@extends('front.practitioner.import.template.import') @section('content')
@include('front.inner-layout.sidebar')
{{-- --}} {{-- @if(count($waitlistsData) == 0) @else @foreach($waitlistsData as $data) @endforeach @endif --}}
Date added Client name Service provider Service type Location Preferred times FlexibleAdditional notesBook 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}}
@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}}.
@endif @else {{ $note }} @if($data->timezone_is_same ==0)
This client's timezone is {{$data->client_timezone}}.
@endif @endif @else @foreach($data->preferred_dates_times as $times) {{$times}}
@endforeach @if($data->timezone_is_same ==0)
This client's timezone is {{$data->client_timezone}}.
@endif @endif
{{$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.

--}}
@endsection @section('css') @endsection @section('css') @endsection @section('import-scripts') @endsection