@extends('layouts.app') @section('title') {{ __('messages.lab_technicians') }} @endsection @section('css') @endsection @section('content') @include('flash::message')
@include('layouts.search-component')
{{ __('messages.common.filter') }}
{{ __('messages.common.actions') }}
@include('lab_technicians.table')
@include('lab_technicians.templates.templates')
@endsection @section('scripts') @endsection