{!! Form::model($doctorPatients, ['route' => ['doctorPatients.update', $doctorPatients->id], 'method' => 'patch']) !!}
@include('doctor_patients.fields')
{!! Form::close() !!}
@extends('layouts.app') @push('css_lib') @endpush @section('content')