@extends('adminlte::page')
@section('title', __('global.Create') . ' ' . __('global.Appointment'))
{{-- @section('content_header')
@lang('global.Appointment')
@endsection --}}
@section('content')
@include('common.form-errors')
@endsection
@section('adminlte_js')
@include('frontend.appointment.partials._scripts')
@endsection