@extends('layouts.dashboard') @section('title-content')
Particulars Below shows the Bills and Payment Schedules for the Current Academic Year
Date | Description | Control Number | Transaction | Debit | Credit | Balance | Action |
No Data Found for the specified Academic Year |
|||||||
{{ $key->account_code }}: {{ $key->gfs_code_description }} |
|||||||
{{ $vey->date }} | {{ $vey->description }} | {{ $vey->controlno }} | {{ $vey->transaction }} | {{ number_format($vey->debit) }} | {{ number_format($vey->credit) }} | {{ number_format($balance) }} | |
{{ $vey->date }} | {{ $vey->description }} | {{ $vey->controlno }} | {{ $vey->transaction }} | {{ number_format($vey->debit) }} | {{ number_format($vey->credit) }} | {{ number_format($balance) }} | {!! Form::open([ 'route' => 'transaction.printTransaction', 'method' => 'POST', 'enctype' => 'multipart/form-data', ]) !!} {!! Form::close() !!} |