@extends('layouts.app') @section('title') {{ __('messages.lab_technicians') }} @endsection @section('css') {{-- --}} @endsection @section('content')
@include('flash::message')
{{ Form::hidden('labTechnicianUrl', url('lab-technicians'), ['id' => 'labTechnicianURL']) }} {{ Form::hidden('labTechnicianLang',__('messages.delete.lab_technician'), ['id' => 'labTechnicianLang']) }} @include('lab_technicians.templates.templates')
@endsection {{-- let labTechnicianUrl = "{{url('lab-technicians')}}";--}} {{-- --}} {{-- --}}