@extends('front.practitioner.import.template.import')
@section('content')
@include('front.inner-layout.sidebar')
|
|
Client name |
Appointment date |
Time |
Service booked |
@if(count($service_provider) > 1)
Service provider |
@endif
@if(count($locations) > 1)
Location |
@endif
Appointment status |
Notes |
Invoice |
|
|
Client name |
Appointment date |
Time |
Service booked |
@if(count($service_provider) > 1)
Service provider |
@endif
@if(count($locations) > 1)
Location |
@endif
Appointment status |
Notes |
Invoice |
@endsection
@section('import-scripts')
@endsection