@extends('layouts.app') @section('title') {{ __('messages.pathology_test.new_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::open(['route' => 'pathology.test.store', 'id' => 'createPathologyTest']) }} @include('pathology_tests.fields') {{ Form::close() }}
@endsection {{-- JS File :- assets/js/pathology_tests/create-edit.js assets/js/custom/input_price_format.js --}}