@if($direction === 'rtl') @else @endif
@php $c = $application->contract; @endphp| {{ __('app.customer') }} | {{ optional($application->customer)->name }} |
|---|---|
| {{ __('app.national_id') }} | {{ optional($application->customer)->national_id }} |
| {{ __('app.financing_type') }} | {{ optional($application->financingType)->name }} |
| {{ __('app.application_number') }} | {{ $application->application_number }} |
| {{ __('app.approved_amount') }} | {{ number_format($c->amount, 2) }} SAR |
| {{ __('app.term_months') }} | {{ $c->term_months ?: '—' }} |
| Interest Rate | {{ $c->interest_rate ?: '—' }} % |
| {{ __('app.created_at') }} | {{ $c->created_at->format('Y-m-d') }} |
____________________
{{ __('app.customer') }}
____________________
{{ __('app.app_name') }}