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

My Clients

@include('front.inner-layout.header')
    {{--
  • Filter
  • --}}
  • {{--
  • --}}
  • {{--
  • --}}
{{-- --}} @forelse ($clients as $client) {{-- --}} @empty @endforelse
Next Appointment Last Appointment Balance StatusSuburb Age
Client Picture

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

    {{-- @if(isset($client->appointment_id))
  • @endif --}}
  • phone}}">
{{ !empty($client->next_date) ? Carbon\Carbon::parse($client->next_date)->format('d/m/y g:i A') : "--"}} {{ !empty($client->last_date) ? Carbon\Carbon::parse($client->last_date)->format('d/m/y g:i A') : "--"}} {{"$".$client->account_balance}} {{!empty($client->pay_status) ? ucwords($client->pay_status) : "None"}}{{ucwords($client->address)}} {{Carbon\Carbon::parse($client->date_of_birth)->age}}
No client found
{{$clients->withQueryString()->links()}}
@endsection @section('modals')
@endsection @section('css') @endsection @section('js') @endsection