{{-- This is all Customer Page --}} @extends('layouts.vertical', ['title' => 'All Clients']) @push('head-script') @endpush @push('head-scriptTwo') @endpush @section('content')
| No. | Name | Phone | Location | Registered By | Date | Options | @foreach ($freelancer_customers as $index => $customers) @if ($customers->isEmpty())
|---|---|---|---|---|---|---|
| No Customers Found | ||||||
| {{ $loop->iteration }} |
{{ $customer->first_name }} {{ $customer->last_name }} |
{{ $customer->phone_number }} | {{ $customer->region->name }} | {{ $registered_by->fname }} {{ $registered_by->lname }} | {{ $customer->created_at->format('d/m/Y') }} | Edit Delete |