{!!Form::vertical_open() ->id('edit-appointment-appointment') ->method('PUT') ->files('true') ->class('dashboard-form') ->action(trans_url(get_guard('url').'/appointment/appointment') .'/'.$appointment->getRouteKey())!!}

Update Appointment

Last updated on {{format_date($appointment['updated_at'])}}

@include('public::notifications') @include('appointment::user.appointment.partial.entry')
{!! Form::close() !!}