{{ $PaymentAttempt->id }}
|
{{ $PaymentAttempt->student_name }} |
{{ $PaymentAttempt->guardian_name }} |
{{ $PaymentAttempt->national_id }} |
{{ $PaymentAttempt->school_name }} |
{{ $PaymentAttempt->gender_name}} |
{{ $PaymentAttempt->grade_name}} |
{{ $PaymentAttempt->level_name }} |
{{ $PaymentAttempt->plan_name }} |
{{ $PaymentAttempt->installment_name }} |
{{ $PaymentAttempt->year_name }} |
{{ $PaymentAttempt->received_ammount }} |
{{ $PaymentAttempt->method_name }} {{ $PaymentAttempt->bank_name ? '(' .$PaymentAttempt->bank_name .')' : '' }} {{ $PaymentAttempt->network_name ? '(' .$PaymentAttempt->network_name .')' : '' }} |
{{ $PaymentAttempt->admin_name }} |
{{ $PaymentAttempt->created_at->format('m-d-Y') }} |
{{ $PaymentAttempt->updated_at->format('m-d-Y') }} |
@endforeach