{{-- HEADER --}} @include('partials.adminHeader') {{-- SIDE NAVIGATION BAR --}}
×
Dashboard
Appointments
Patient's Record
Reports
Payments
Inventory
Help
About
Logout
{{-- LABEL --}}
DASHBOARD
{{-- ADMIN --}}
ADMIN
Add Inventory
Item No.
Product Name
Brand
Supplier
Quantity
Expiry Date
Date Restocked
Action
@if($inventory->count()>0) @foreach($inventory as $rs)
{{$rs->inventory_id}}
{{$rs->product_name}}
{{$rs->brand}}
{{$rs->supplier}}
{{$rs->quantity}}
{{$rs->date_expired}}
{{$rs->date_restocked}}
Edit
@endforeach @else
product not found
@endif
{{-- SCRIPTS --}}