@extends('layouts.app') @section('title') {{ __('messages.ipd_patient.edit_ipd_patient') }} @endsection @section('header_toolbar')

@yield('title')

@endsection @section('content')
@include('layouts.errors')
{{ Form::model($ipdPatientDepartment, ['route' => ['ipd.patient.update', $ipdPatientDepartment->id], 'method' => 'patch', 'id' => 'editIpdPatientDepartmentForm']) }} @include('ipd_patient_departments.edit_fields') {{ Form::close() }}
@endsection @section('scripts') @endsection