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

@yield('title')

@endsection @section('content')
@include('flash::message')
@include('lab_technicians.show_fields')
@endsection {{-- --}}