@extends('includes.main') @section('main-container')

{{ $pump_name }} Dispenser List

@if (session()->has('type')) @endif
@forelse ($dispensers as $dispenser) @if ($dispenser->trash == 'active') @endif @empty @endforelse
# title Category status Action
{{ $cnt }} {{ $dispenser->title }} {{ $dispenser->product['title'] }} {{ $dispenser->status }}
id }} class="btn-reading"> {{-- --}} {!! btnEdit('dispenser.edit', 'dispenser.update', $dispenser->id) !!} {!! btnDelete('dispenser.destroy', 'dispenser', $dispenser->id) !!}
No record found.
{{-- Pagination --}}
{{-- {!! $pumps->links() !!} --}}
@endsection