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