@extends('layouts.appointment') @section('content')
@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif

{{ __('create-appointment.titleView') }}

Complete el formulario para agendar su cita

{!! $calendar->script() !!} @endsection