Code |
Name |
Location |
Description |
Status |
Action |
@foreach ($warehouses as $row)
{{ $row->wcode }} |
{{ $row->name }} |
{{ $row->location }} |
{{ $row->description }} |
@if ($row->status == 0)
Inactive
@elseif ($row->status == 1)
Active
@endif
|
@if ($row->status == 0)
@elseif ($row->status == 1)
@endif
|
@endforeach
{{ $warehouses->links() }}