|
|
Date added | Client name | Service provider | Service type | Location | Preferred times | Flexible | {{--Additional notes | --}}Book now | |
|---|---|---|---|---|---|---|---|---|---|---|
| No waitlist found. | ||||||||||
|
|
@php if($data->added_by == 'client') { $color = 'border yellow-bg'; $added_by_name = 'Added by '.ucfirst($data->client_name); }else{ $color = 'border'; $added_by_name = 'Added by '.ucfirst($parent->first_name).' '.$parent->last_name; } @endphp | {{$data->client_name}} |
@foreach($data->provider_array as $key=>$provider)
@if($key == 0)
{{$provider}} @if(count($data->provider_array) > 1) + {{count($data->provider_array) - 1 }} @endif
@endif
@endforeach
@if(count($data->provider_array) > 1)
@endif
|
@foreach($data->service_array as $key=>$service)
@if($key == 0)
{{$service}} @if(count($data->service_array) > 1) + {{count($data->service_array) - 1 }} @endif
@endif
@endforeach
@if(count($data->service_array) > 1)
@endif
|
@foreach($data->location_array as $key=>$location)
@if($key == 0)
{{$location}} @if(count($data->location_array) > 1) + {{count($data->location_array) - 1 }} @endif
@endif
@endforeach
@if(count($data->location_array) > 1)
@endif
|
@if($data->flexible == 'Yes')
@php
$note = $data->preferred_time_string;
$limit = 40;
@endphp
@if(Str::length($note) > $limit)
@if($data->timezone_is_same ==0)
This client's timezone is {{$data->client_timezone}}.
This client's timezone is {{$data->client_timezone}}.
@endforeach @if($data->timezone_is_same ==0)
This client's timezone is {{$data->client_timezone}}.
|
{{$data->flexible}} |
|
||
No gift vouchers sold yet
You haven’t sold any gift vouchers yet. They will automatically appear here once either you or your clients complete a payment for a voucher.
}})