@extends('layouts.app')
@section('title')
{{ __('messages.lab_technicians') }}
@endsection
@section('css')
{{-- --}}
@endsection
@section('content')
{{ Form::hidden('labTechnicianUrl', url('lab-technicians'), ['id' => 'labTechnicianURL']) }}
{{ Form::hidden('labtechnician', __('messages.lab_tech.lab_technician'), ['id' => 'labTechnician']) }}
@include('flash::message')
@include('lab_technicians.templates.templates')
@endsection
@section('scripts')
{{-- assets/js/lab_technicians/lab_technicians.js --}}
@endsection