Customers ({{ $customers->total() }}) Add New Customer

{{-- Search Form --}}
{{-- Customer Table --}}
@forelse($customers as $customer) {{-- Modal --}} @empty @endforelse
Name Phone Service ID Action
{{ $customer->name }} {{ $customer->phone }} {{ $customer->customer_service_id }} Edit
No customers found.
{{-- Pagination --}}
{{-- SweetAlert for Success --}} @if (session('success')) @endif {{-- Bootstrap and SweetAlert JS --}}