@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::hidden('utilsScript', asset('assets/js/int-tel/js/utils.min.js'), ['class' => 'utilsScript']) }} {{ Form::hidden('isEdit', false, ['class' => 'isEdit']) }} {{ Form::hidden('defaultAvatarImageUrl', asset('assets/img/avatar.png'), ['class' => 'defaultAvatarImageUrl']) }}
{{ Form::open(['route' => 'lab-technicians.store', 'files' => 'true', 'id' => 'createLabTechnicianForm']) }} @include('lab_technicians.fields') {{ Form::close() }}
@endsection @section('page_scripts') {{-- assets/js/int-tel/js/intlTelInput.min.js --}} {{-- assets/js/int-tel/js/utils.min.js --}} @endsection @section('scripts') {{-- assets/js/lab_technicians/create-edit.js --}} {{-- assets/js/custom/add-edit-profile-picture.js --}} {{-- assets/js/custom/phone-number-country-code.js --}} @endsection