@extends('layouts.contentLayoutMaster') @section('content')

دفعات جديدة بأنتظار التأكيد

@foreach($PaymentAttempts as $key => $PaymentAttempt) @endforeach
كود اسم الطالب خطة السداد مبلغ الدفعه اخر تحديث الاجراءات المتاحة
{{ $PaymentAttempt->id }} {{ $PaymentAttempt->student_name }} {{ $PaymentAttempt->plan_name }} {{ $PaymentAttempt->requested_ammount }} {{ $PaymentAttempt->updated_at->diffforhumans() }} سجل محاولات الدفع
@endsection