{{ trans('app.create') }} appointment

{{ trans('app.add') }} appointment here...

{!!Form::vertical_open() ->id('create-appointment-appointment') ->method('POST') ->files('true') ->class('dashboard-form') ->action(trans_url(get_guard('url').'/appointment/appointment'))!!}
@include('public::notifications') @include('appointment::user.appointment.partial.entry')
{!! Form::close() !!}