@extends('layouts.app') @section('title', 'طلب خدمة جديد - '.config('app.name')) @section('content') @php $serviceOrderCustomerOptions = $customers->map(fn ($c) => [ 'value' => $c->id, 'label' => (string) ($c->name ?? ''), ])->all(); @endphp
مرتبط بأمر البيع: SO-{{ $salesOrder->id }}
مرتبط بأمر التوريد: {{ $deliveryOrder->delivery_number }}