Products > Products List

@if(Session::has('message')) @endif

Products List

@foreach($products as $key=>$row) @endforeach
ID Name Unit Purchase Price Sale Price Category Status Actions
{{$key+1}} {{$row->name}} {{$row->unit}} {{$row->category}} {{$row->status}} Update