@extends('layouts.client') @include('client.financing-request._home_theme') @section('title', ln('Payment Failed', 'فشل الدفع')) @section('page_title', ln('Payment Failed', 'فشل الدفع')) @section('content')

{{ ln('Payment Failed', 'فشل الدفع') }}

{{ ln('An error occurred during payment. We will contact you shortly through customer service.', 'حدث خطأ أثناء عملية الدفع، وسيتم التواصل معك من قبل خدمة العملاء.') }}

@if($req && $req->id)
{{ ln('Request Number', 'رقم الطلب') }}: {{ $req->request_number }}
{{ ln('Status', 'الحالة') }}: {{ $req->payment_status }}
@endif
{{ ln('Create New Request', 'إنشاء طلب جديد') }} {{ ln('Back to Dashboard', 'العودة للوحة التحكم') }}
@endsection