@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')
Session | Year | Level | Amount Payable | Status | Actions | ||
---|---|---|---|---|---|---|---|
{{$f->c_session}} | {{$f->c_year}} | {{$loop->iteration}} | ₦ {{Fee::getFee($user->department_id,$loop->iteration)->full_amount}} | @php $fee=Fee::getFee($user->department_id,$loop->iteration); $check=Payment::checkTuition($user->email,$f->c_year,$loop->iteration); if ($check['pay']==1){ @endphp{{$check->status}} | {{-- View Payment--}} Verify Tuition | @php }else{ @endphpNO RRR Yet | id==1) data-halfamt="{{$fee->first_semester_amount}}" @else data-halfamt="{{$fee->second_semester_amount}}" @endif data-nsem="{{$semester->name}}"> Pay Tuition | @php } @endphp