@extends('layouts.app') @section('title') {{ __('messages.pathology_test.pathology_test_details')}} @endsection @section('header_toolbar')

@yield('title')

@endsection @section('content')
@include('flash::message')
@include('pathology_tests.show_fields')
@endsection