@extends('layouts.app') @section('title', 'تعديل عرض السعر - '.config('app.name')) @section('breadcrumb') الرئيسية › المبيعات › عروض الأسعار › تعديل عرض السعر @endsection @section('content') @php $quotationCustomerOptions = $customers->map(fn ($c) => [ 'value' => $c->id, 'label' => (string) ($c->display_name ?? $c->name ?? ''), ])->all(); @endphp
@endsection