@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')
{{ Form::hidden('pathologyTestUrl', url('pathology-tests'), ['class' => 'pathologyTestActionURL']) }}
{{ Form::model($pathologyTest, ['route' => ['pathology.test.update', $pathologyTest->id], 'method' => 'patch', 'id' => 'editPathologyTest']) }} @include('pathology_tests.edit_fields') {{ Form::close() }}
@endsection {{-- JS File :- assets/js/custom/input_price_format.js assets/js/pathology_tests/create-edit.js --}}