@extends('layouts.master') @section('title') {{ __('sentence.New Appointment') }} @endsection @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if (session('success'))
{{ session('success') }}
@endif
{{ __('sentence.New Appointment') }}
We'll never share your email with anyone else.

@endsection @section('header') @endsection @section('footer') @endsection