{{-- @extends('front.practitioner.import.template.import') --}} @extends('front.inner-layout.app') @section('content')
{{-- @include('front.practitioner.clients.modals.myclientsfilter') --}}

My Clients

@include('front.inner-layout.header')
{{-- --}} {{-- --}} {{-- --}} @foreach ($clients as $client) {{-- --}} {{-- --}} {{-- {{-- --}} @endforeach @if(count($clients) == 0) @endif
Client name Mobile number EmailService Provider LocationNext appointment Last appointmentBalanceBalance
{{ucwords($client->first_name. " " .$client->last_name)}} {{$client->phone}} {{$client->email}}{{$client->pract_full_name}} Brighton{{ !empty($client->next_date) ? Carbon\Carbon::parse(substr($client->next_date,0,18))->format('d/m/y g:i A')." ".substr($client->next_date,20) : "--"}}{{ !empty($client->next_date) ? Carbon\Carbon::parse(substr($client->next_date,0,18))->format('d/m/y g:i A')." ".substr($client->next_date,20) : "--"}} @if(!empty($client->next_date))
service provider:- {{$client->pract_full_name}}
Location:- {{$client->location_address}}
'>
{{-- --}} @endif
{{ !empty($client->last_date) ? Carbon\Carbon::parse(substr($client->last_date,0,18))->format('d/m/y g:i A')." ".substr($client->last_date,20) : "--"}} --}} {{ !empty($client->last_date) ? Carbon\Carbon::parse(substr($client->last_date,0,18))->format('d/m/y g:i A')." ".substr($client->last_date,20) : "--"}} @if(!empty($client->last_date))
service provider:- {{$client->pract_full_name}}
Location:- {{$client->location_address}}
'>
{{-- --}} @endif
{{"$".$client->total_client_balance}}
You have not added any clients
@endsection @section('js') @endsection