@extends('adminlte::page') @section('title', __('global.Edit') . ' ' . __('global.Appointment')) @section('style') @endsection @section('content')

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

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