@extends('adminlte::page') @section('title', __('global.Create') . ' ' . __('global.Appointment')) {{-- @section('content_header')

@lang('global.Appointment')

@endsection --}} @section('content')

@lang('global.Create') @lang('global.Appointment')

@include('common.form-errors') {{-- @lang('global.Appointment') --}}
@csrf @include('call-centers.partials._form')
{!! Util::FormSubmitActions('appointment_form', route('call-centers.index')) !!}
@endsection @section('adminlte_js') @include('frontend.appointment.partials._scripts') @endsection