| Id | Name | Category | Store Box | Purchase Price | Sale Price | Quantity | Generic Name | Company | Effects | Expire date | Options | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $item->id }} | {{ $item->name }} | @if ($item->categorys){{ $item->categorys->name }} | @else@endif | {{ $item->storebox }} | {{ $item->price }} | {{ $item->saleprice }} |
{{ $item->quantity }} |
{{ $item->genericname }} | {{ $item->company }} | {{ $item->effect }} | {{ Carbon\Carbon::parse($item->expire_date)->format('d,M Y') }} | Delete |