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

@yield('title')

{{ __('messages.common.back') }}
@endsection @section('content')
@include('layouts.errors') @include('flash::message')
{{ Form::hidden('pathologyTestUrl', url('pathology-tests'), ['class' => 'pathologyTestActionURL']) }} {{ Form::hidden('uniqueId',2,['id'=>'parameterUniqueId'])}} {{ Form::hidden('associateParameters',json_encode($parameterList),['class'=>'associateParameters'])}} {{ Form::model($pathologyTest, ['route' => ['pathology.test.update', $pathologyTest->id], 'method' => 'patch', 'id' => 'editPathologyTest']) }} @include('pathology_tests.edit_fields') {{ Form::close() }}
@include('pathology_tests.templates.templates') @endsection {{-- let pathologyTestUrl = "{{url('pathology-tests')}}";--}} {{-- --}} {{-- --}}