@extends('front.practitioner.import.template.import') @section('content')
@if(isset($data['appointment']) && $data['appointment']['id'] !='')
@else @endif
@if($data['businessProfile']->logo !='') @endif
{{$data['getPrepaymentOrDeposite']['text']}}:
{{$data['appointment_name']}}

{{$data['date']}}
@isset($data['displayTime']) {{$data['displayTime']}} @endisset

{{$data['practitioner']->first_name}} {{$data['practitioner']->last_name}}
{{$data['businessProfile']->name}} @if($data['appointmentType']->appt_type == 'In-person')
@if($data['hide_address']->hide_address_online_booking == 0) {{$data['address'] ?? ""}}
@endif @endif

${{$data['fee'] ?? ""}}

@if( isset( $data['cancel_msg'] ) && $data['cancel_msg'] != '' )
Cancellation Policy
{{$data['cancel_msg']}}
@endif
@if(isset($practitioneronlineBookings->authorisation_card) && $practitioneronlineBookings->authorisation_card == 1) @if(isset($cardauthservice) && (in_array($data['appointment_type_id'], $cardauthservice) || in_array('All', $cardauthservice) ))
A credit card is required to secure this booking
@else @endif @else @endif
@endsection @section('css') @endsection @section('import-scripts') {{-- --}} @endsection