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

Sale Men

@if (session()->has('type')) @endif
@foreach ($pumpAttendant as $attendant) @endforeach
Name Phone NIC Address Action
{{ $attendant->name }} {{ $attendant->mobile_number }} {{ $attendant->nic }} {{ $attendant->address }} {!! btnDelete('attendant.destroy', 'customers', $attendant->id) !!}
{{-- Pagination --}}
{{-- {!! $pumpAttendant->links() !!} --}}
@endsection