@extends('emails.layout') @section('title', 'تأكيد استلام الدفعة — ' . $ref) @section('content') @php $methodLabel = match($method) { 'instapay' => 'انستاباي', 'visa' => 'بطاقة Visa', default => 'نقدي', }; @endphp
مرحباً {{ $userName }}، @if($type === 'refund') تم تسجيل استرداد لحجز @else تم تسجيل دفعتك لحجز @endif {{ $facility }} بنجاح.
| رقم الحجز | {{ $ref }} |
| المرفق | {{ $facility }} |
| طريقة الدفع | {{ $methodLabel }} |
| مبلغ الاسترداد | {{ number_format($amountPaid, 2) }} جنيه |
| المبلغ المسدَّد | {{ number_format($amountPaid, 2) }} جنيه |
| المبلغ المتبقي | {{ number_format($balanceDue, 2) }} جنيه |
| حالة الدفع | مدفوع بالكامل ✓ |