{!! Form::model($doctorAppointment, ['route' => ['doctorAppointments.update', $doctorAppointment->id], 'method' => 'patch']) !!}
@include('doctor_appointments.fields')
{!! Form::close() !!}