@php use App\Models\Fee;use App\Models\Payment;$configData = Helper::appClasses(); @endphp @extends('layouts/layoutMaster') @section('title', 'Tuition') @section('vendor-style') @endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('content')
Year | Level | Amount Paid | RRR | status | Actions | ||
---|---|---|---|---|---|---|---|
{{$payment->payment_year}} | {{$payment->student_level}} | ₦ {{$f->amount}} | {{$f->rrr}} | @if($f->status==0)Not Paid | @else | Paid | @endif |