@extends('front.inner-layout.app') @section('content')

My Clients

@include('front.inner-layout.header')
    {{--
  • Filter
  • --}}
  • @if(isset($_GET['first_name_or_last_name'])) @endif
  • Clear Filter
  • @if( $user->parent_id == '' || $memberPermissions->export_client_list == 1 )
  • @endif {{--
  • --}} @if( $user->parent_id == '')
  • @endif
{{-- --}} @foreach ($clients as $client) {{-- --}} {{-- --}} @endforeach @if(count($clients) == 0) @endif
Next Appointment Last Appointment Balance Suburb Age
Client Picture

{{ucwords($client->first_name. " " .$client->last_name)}}

    {{-- @if(isset($client->appointment_id))
  • @endif --}}
  • phone}}">
{{ !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->last_date) ? Carbon\Carbon::parse(substr($client->last_date,0,18))->format('d/m/y g:i A')." ".substr($client->last_date,20) : "--"}} {{"$".$client->total_client_balance}}{{!empty($client->pay_status) ? ucwords($client->pay_status) : "None"}}{{ucwords($client->address)}} {{Carbon\Carbon::parse($client->date_of_birth)->age}}
You have not added any clients
@if(count($clients) >=25 ) {{----}} @endif
Client name Mobile number Email Service Provider Location Next appointment Last appointment Balance
Bradley Cooper 0499 567 123 bcooper@hotmail.com Lenny Bronx + 4 Brighton 04/01/22 01.30pm 04/05/21 01.30pm $0.00
@endsection @section('modals')
@endsection @section('css') @endsection @section('js') @endsection