@extends('layouts/layoutMaster') @section('title', __('locale.Add Driver')) @section('vendor-style') @vite(['resources/assets/vendor/libs/bs-stepper/bs-stepper.scss', 'resources/assets/vendor/libs/select2/select2.scss', 'resources/assets/vendor/libs/animate-css/animate.scss', 'resources/assets/vendor/libs/sweetalert2/sweetalert2.scss', 'resources/assets/vendor/libs/@form-validation/form-validation.scss', 'resources/assets/vendor/libs/flatpickr/flatpickr.scss']) @endsection @section('vendor-script') @vite(['resources/assets/vendor/libs/bs-stepper/bs-stepper.js', 'resources/assets/vendor/libs/select2/select2.js', 'resources/assets/vendor/libs/sweetalert2/sweetalert2.js', 'resources/assets/vendor/libs/@form-validation/bootstrap5.js', 'resources/assets/vendor/libs/@form-validation/popular.js', 'resources/assets/vendor/libs/@form-validation/auto-focus.js', 'resources/assets/vendor/libs/moment/moment.js', 'resources/assets/vendor/libs/flatpickr/flatpickr.js']) @endsection @section('content') @php $img=isset($driver['user']) && $driver['user']->profile_photo_path ? asset('storage/' . $driver['user']->profile_photo_path) : asset('/assets/img/car.png'); @endphp
@csrf
@if ($readonly == true) @endif @if (empty($driver->id))
@endif
@if ($readonly == true) @endif
vehicle_image)) required @endif>
@endsection @section('page-script') @vite(['resources/assets/js/form-driver.js', 'resources/assets/js/map.js']) @endsection