@extends('backend.admin-master') @section('site-title') {{__('New Appointment')}} @endsection @section('style') @endsection @section('content')

{{__('Add New Appointment')}}

{{__('All Appointments')}}
@csrf
@foreach($all_languages as $lang)
@endforeach
    @forelse($all_booking_time as $data)
  • {{$data->time}}
  • @empty
  • {{__('add appointment time first')}}
  • @endforelse
@include('backend.partials.media-upload.media-upload-markup') @endsection @section('script') @include('backend.partials.repeater.script') @include('backend.partials.media-upload.media-js') @endsection