@extends('adminlte::page')
@section('title', __('global.Edit').' '.__('global.Appointment'))
{{-- @section('content_header')
@endsection --}}
@section('style')
@endsection
@section('content')
@lang('global.Edit') @lang('global.Appointment')
@include('common.form-errors')
{{--
@lang('global.Register Appointment')
--}}
{!! Util::FormSubmitActions('appointment_form', route('call-centers.index')) !!}
@endsection
@section('adminlte_js')
@include('frontend.appointment.partials._scripts')
@endsection