@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') @isset($msg) @endisset @error('msg') @enderror
{{--
Dark Table head
--}}
@foreach($rrr as $f) @if($f->status==0) @else @endif @endforeach
Year Level Amount Paid RRR status Actions
{{$payment->payment_year}} {{$payment->student_level}} ₦ {{$f->amount}} {{$f->rrr}} Not Paid
@php $hash_string = config('remita.MERCHANTID') . $fee->service_type_id . $f->order_id .$f->amount. config('remita.APIKEY'); $hash = hash('sha512', $hash_string); @endphp
Paid
@endsection