@extends('layouts.app') @section('title') {{ __('messages.radiology_tests') }} @endsection @section('content')
@include('flash::message') {{ Form::hidden('radiologyTestUrl', url('radiology-tests'), ['id' => 'radiologyTestURL']) }} {{ Form::hidden('radiology.test.show.modal', url('radiology-tests-show-modal'), ['id' => 'radiologyTestShowModal']) }} {{ Form::hidden('radiology-test-language', getCurrentLoginUserLanguageName(),['id' => 'radiologyTestLanguage']) }} {{ Form::hidden('radiology_test', __('messages.radiology_test.radiology_tests'), ['id' => 'radiologyTest']) }} @include('partials.page.templates.templates') @include('radiology_tests.show_modal')
@endsection {{-- JS File :- assets/js/radiology_tests/radiology_tests.js --}}