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