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

@lang('global.Edit')

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

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

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