@extends('admin.layouts.app') @section('title', __('appointments.pages.create.title')) @section('content')

{{ __('appointments.pages.create.title') }}

{{ __('appointments.pages.create.subtitle') }}

{{ __('appointments.pages.create.back') }}
@csrf @include('admin.appointments._form', ['appointment' => null])
@endsection