@extends('layouts.app')
@section('title')
{{ __('messages.pathology_tests') }}
@endsection
@section('page_css')
{{-- --}}
@endsection
@section('content')
@include('flash::message')
{{ Form::hidden('pathologyTestUrl', url('pathology-tests'), ['id' => 'pathologyTestURL']) }}
{{ Form::hidden('pathology.test.show.modal', url('pathology-tests-show-modal'), ['id' => 'pathologyTestShowUrl']) }}
{{ Form::hidden('pathologyTestLang',__('messages.delete.pathology_test'), ['id' => 'pathologyTestLang']) }}
@include('partials.page.templates.templates')
@include('pathology_tests.show_modal')
@endsection
{{--let pathologyTestUrl = "{{url('pathology-tests')}}";--}}
{{-- --}}
{{-- --}}