Pumps
@if (session()->has('type'))
{{ session()->get('message') }}
@endif
| Pump |
Location |
Initial Investment |
Action |
@foreach ($pumps as $item)
| {{$item->name}} |
{{$item->location}} |
{{$item->initial_investment}} |
{!! btnDelete('pump.destroy', 'pump', $item->id) !!}
|
@endforeach
{{-- Pagination --}}
{{-- {{ $pumps->links() }} --}}