@extends('backend.layout.main') @push('css') @endpush @section('content')

{{ __('db.add_service_job') }}

@csrf {{-- ════ SECTION 1: Basic Info ════ --}}

{{ __('db.basic_information') }}

{{-- Customer + Plus --}}
{{-- Service Type — triggers section show/hide --}}
{{-- Technician + Plus --}}
{{-- --}}
{{-- ════ SECTION 2: Device Details ════ --}}

📱 {{ __('db.device_details') }}

{{-- Device Type from DB + Plus --}}
{{-- Brand + Plus --}}
{{-- ════ SECTION 3: Vehicle Details ════ --}}

🚗 {{ __('db.vehicle_details') }}

{{-- Vehicle Type from DB + Plus --}}
{{-- Vehicle Brand + Plus --}}
{{-- ════ Note & Submit ════ --}}
{{-- Hidden input - কোন button press হলো track করতে --}}
{{-- Button 1: Save and Go to Parts & Billing --}} {{-- Button 2: Just Save --}} {{-- Button 3: Cancel --}} {{ __('db.Cancel') }}
{{-- ══════════════════════════════════════════ MODAL 1: Add Customer ══════════════════════════════════════════ --}} {{-- ══════════════════════════════════════════ MODAL 2: Add Brand ══════════════════════════════════════════ --}} {{-- ══════════════════════════════════════════ MODAL 3: Add Device / Vehicle Type (shared modal) The trigger button passes data-category="device"|"vehicle" ══════════════════════════════════════════ --}} {{-- ══════════════════════════════════════════ MODAL 4: Add Technician ══════════════════════════════════════════ --}} @endsection @push('scripts') @endpush