@extends('layouts.dashboard') @section('content')

Home

You have successfully logged in to the The Local Government Training Institute Student Information System (LGTI-SRS).You currently have access to the following sections

  • Edit My Info
  • Course Registration
  • Coursework(s)
  • Course results
  • Course Materials & Notes
  • Graduation Confirmation
  • Accommodation

PAYMENT INFORMATION OF THE UNIVERSITY FEES

You are required to pay university fees for the academic year {{ $academic_year }}. If you fail to comply with this notice you will not be registered to the University.

Your required to provide the following information to the bankers on making payments for each type of payment as shown in the table below

{{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @if (count($bills) > 0) --}} {{-- @foreach ($bills as $k => $bill) --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @endforeach --}} {{-- @else --}} {{-- --}} {{-- --}} {{-- --}} {{-- @endif --}} {{-- --}} {{--
#Payment TypeControl NumberBill ExpireBill AmountPaid Amount
{{$k+1}}{{upper($bill->bill_description)}}{{$bill->control_number}}{{\Carbon\Carbon::parse($bill->bill_exp_date)->format('d-M-Y')}}{{$bill->bill_amount}} --}} {{-- @php $total = 0;@endphp --}} {{-- @foreach ($srs->checkPayments($bill->control_number) as $pay) --}} {{-- @php $total=$total+$pay->paid_amount;@endphp --}} {{-- @endforeach --}} {{-- {{number_format($total)}} --}} {{-- --}} {{--
--}} {{-- Your Control number not set yet!! --}} {{--
--}} {{--
--}}
@endsection