@extends('layouts.app') @section('title') {{ __('messages.radiology_tests') }} @endsection @section('page_css') @endsection @section('content') @include('flash::message')
@include('layouts.search-component')
@include('radiology_tests.table')
@include('partials.page.templates.templates') @include('radiology_tests.show_modal')
@endsection @section('scripts') @endsection