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

@yield('title')

{{ __('messages.common.back') }}
@endsection @section('content')
@include('layouts.errors')
{{Form::hidden('patientDiagnosisTestSaveUrl',route('patient.diagnosis.test.store'),['id'=>'createPatientDiagnosisTestSaveUrl','class'=>'patientDiagnosisTestSaveUrl'])}} {{Form::hidden('patientDiagnosisTest',route('patient.diagnosis.test.index'),['id'=>'createPatientDiagnosisTest','class'=>'patientDiagnosisTest'])}} {{Form::hidden('uniqueId',2,['class'=>'uniqueId'])}}
{{ Form::open(['route' => 'patient.diagnosis.test.store', 'id'=>'patientDiagnosisTestForm','class'=>'patientDiagnosisTestForm']) }} @include('patient_diagnosis_test.fields') {{ Form::close() }}
@include('patient_diagnosis_test.templates.templates')
@endsection @section('scripts') {{-- assets/js/patient_diagnosis_test/create-edit.js --}} @endsection