@extends(niche_shell_layout()) @section('title', 'تسوية بنك جديدة - '.config('app.name')) @section('breadcrumb') الرئيسية › المحاسبة › تسوية البنك › تسوية بنك جديدة @endsection @section('content') @php $bankReconAccountOptions = collect($accounts ?? [])->map(fn ($account) => [ 'value' => $account->id, 'label' => trim((string) ($account->code ?? '').' - '.(string) ($account->name_ar ?: $account->name_en ?? '')), ])->all(); @endphp