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