Customers Data Table

Show
@foreach ($customers as $customer) @endforeach
# Name Phone Status Actions
{{ $loop->iteration }} {{ $customer->name }} {{ $customer->phone }} @if ($customer->is_active) Active @else Inactive @endif
@csrf
{{ $customers->links() }}