@extends('layouts.app') @section('title') {{ __('messages.lab_tech.new_lab_tech') }} @endsection @section('page_css')
@endsection @section('header_toolbar')
@yield('title')
{{ __('messages.common.back') }}
@endsection @section('content')
@include('layouts.errors')
{{ Form::open(['route' => 'lab-technicians.store', 'files' => 'true', 'id' => 'createLabTechnicianForm']) }} @include('lab_technicians.fields') {{ Form::close() }}
@endsection @section('page_scripts') @endsection @section('scripts') @endsection