@extends('adminlte::page')
@section('title', __('global.Edit') . ' ' . __('global.Appointment'))
@section('style')
@endsection
@section('content')
@include('common.form-errors')
@endsection
@section('adminlte_js')
@include('frontend.appointment.partials._scripts')
@endsection