@extends('backend.layout.main') @push('css') @endpush @section('content') {{ __('db.add_service_job') }} @csrf {{-- ════ SECTION 1: Basic Info ════ --}} {{ __('db.basic_information') }} {{-- Customer + Plus --}} {{ __('db.customer') }} * @foreach ($lims_customer_list as $customer) {{ $customer->name }} @if($customer->phone) — {{ $customer->phone }} @endif @endforeach {{ __('db.Warehouse') }} * @foreach ($lims_warehouse_list as $wh) {{ $wh->name }} @endforeach {{-- Service Type — triggers section show/hide --}} {{ __('db.service_type') }} * {{ __('db.select_type') }} {{ __('db.device') }} {{ __('db.vehicle') }} {{ __('db.job_title') }} * {{ __('db.expected_delivery_date') }} {{ __('db.priority') }} 🟢 {{ __('db.low') }} 🟡 {{ __('db.medium') }} 🔴 {{ __('db.high') }} {{ __('db.status') }} {{ __('db.Pending') }} {{ __('db.diagnosed') }} {{ __('db.in_progress') }} {{ __('db.Completed') }} {{ __('db.Delivered') }} {{ __('db.Cancel') }} {{-- Technician + Plus --}} {{ __('db.assign_technician') }} @foreach ($lims_technician_list as $tech) {{ $tech->name }} @endforeach {{-- --}} {{ __('db.Description') }} {{-- ════ SECTION 2: Device Details ════ --}} 📱 {{ __('db.device_details') }} {{-- Device Type from DB + Plus --}} {{ __('db.device_type') }} @foreach ($device_types as $type) {{ $type->name }} @endforeach {{-- Brand + Plus --}} {{ __('db.Brand') }} @foreach ($lims_brand_list as $brand) {{ $brand->title }} @endforeach {{ __('db.model') }} {{ __('db.serial_number') }} {{ __('db.imei') }} {{ __('db.password_unlock_hint') }} {{ __('db.accessories_received') }} {{ __('db.issue_reported_by_customer') }} {{ __('db.condition_on_arrival') }} {{-- ════ SECTION 3: Vehicle Details ════ --}} 🚗 {{ __('db.vehicle_details') }} {{-- Vehicle Type from DB + Plus --}} {{ __('db.vehicle_type') }} @foreach ($vehicle_types as $type) {{ $type->name }} @endforeach {{-- Vehicle Brand + Plus --}} {{ __('db.Brand') }} @foreach ($lims_brand_list as $brand) {{ $brand->title }} @endforeach {{ __('db.model') }} {{ __('db.year') }} {{ __('db.registration_no') }} {{ __('db.engine_no') }} {{ __('db.chassis_no') }} {{ __('db.mileage') }} (km) {{ __('db.fuel_level') }} {{ __('db.Please select') }} Empty 1/4 1/2 3/4 {{ __('db.Full') }} {{ __('db.condition_notes') }} {{-- ════ Note & Submit ════ --}} {{ __('db.note_remarks') }} {{-- Hidden input - কোন button press হলো track করতে --}} {{-- Button 1: Save and Go to Parts & Billing --}} {{ __('Save & Go to Parts and Billing') }} {{-- Button 2: Just Save --}} {{ __('Save') }} {{-- Button 3: Cancel --}} {{ __('db.Cancel') }} {{-- ══════════════════════════════════════════ MODAL 1: Add Customer ══════════════════════════════════════════ --}}