Customers

Add Customer
@if ($message = Session::get('success')) @endif @forelse($customers as $customer) @empty @endforelse
NAME EMAIL ADDRESS PHONE CREATED ON
{{ $customer->name }} {{ $customer->email }} {{ $customer->address }} {{ $customer->phone }} {{ $customer->created_at->format('M d, h:i A') }} View Edit
@csrf @method('PATCH')
Remove
No Customer found.
@include('partials.pagination', ['paginator' => $customers])