@extends('layouts/ums_layout') @section('title', '| Trimester') @section('content') @include('successMsg')

Approve Payment

{{ csrf_field() }} @php $count =0; @endphp @foreach($studentPayments as $studentPayment) @else Unaprroved @endif @endforeach
SL# Name Trimester Program Tran ID Val ID Bank Transaction ID card Type card No card Issuer Tran Date Validated Date Status Actions
{{++$count}} {{$studentPayment->personalInfo->fullName}} {{$studentPayment->trimester->trimesterType->name}} {{$studentPayment->program->name}} {{$studentPayment->tran_id}} {{$studentPayment->val_id}} {{$studentPayment->bank_tran_id}} {{$studentPayment->card_type}} {{$studentPayment->card_No}} {{$studentPayment->card_issuer}} {{Carbon\Carbon::parse($studentPayment->tran_date)->format('d-m-Y')}} {{Carbon\Carbon::parse($studentPayment->validated_on)->format('d-m-Y')}} @if($studentPayment->approved == 1) Approved
{{-- Delete Modal --}} {{-- End Delete Modal --}} @include('dataTableScript') @endsection