| Category | Description | Options |
|---|---|---|
| {{ $item->name }} | {{ $item->description }} | Delete |
@extends('layouts.website.website')
@section('content')
@foreach (App\MadicineCategory::orderBy('name','ASC')->get() as $item)
Category
Description
Options
@endforeach
{{ $item->name }}
{{ $item->description }}
Delete