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

@yield('title')

@endsection @section('content')
@include('layouts.errors')
{{ Form::open(['route' => ['opd.patient.store'], 'method'=>'post', 'id' => 'createOpdPatientForm']) }} @include('opd_patient_departments.fields') {{ Form::close() }}
@endsection @section('page_scripts') @endsection @section('scripts') @endsection