{{ getSetting('site_title',$student->branch_slug)}}
{{getSetting('site_address', $student->branch_slug)}}
Tel # {{getSetting('site_phone', 'site_settings')}} | e-mail # {{getSetting('site_email', 'site_settings')}}
{!! $title !!}
Name: {{$student->first_name}}{{$student->middle_name}}{{$student->last_name}}
Class: {{$course->course_title}} {{$section->name}}
Scholar No.: {{$student->roll_no}}
Father Name: {{$student->fathers_name}}
SNO | VNO | Date | Particular | {{--Remark | --}}DR | CR |
---|---|---|---|---|---|---|
{{ $i }} | - | {{ '01-04-'.$year }} | Opening Balance | {{--Opening Balance | --}}@if($imprestlist->tran_type=='dr') {{ $imprestlist->tran_amount }} @endif | @if($imprestlist->tran_type=='cr') {{ $imprestlist->tran_amount }} @endif |
{{ $i }} | - | {{ '01-04-'.$year }} | Opening Balance | @if($preopening<0) {{ number_format($preopening,2,'.','') }} @endif | @if($preopening>0) {{ number_format($preopening,2,'.','') }} @endif | |
{{ $i }} | @if($imprestlist->tran_reffer=='in') {{ makeNumber($imprestlist->receipt_no,5) }} @endif | {{ date('d-m-Y',strtotime($imprestlist->tran_date)) }} | @if($imprestlist->tran_reffer=='in') {{ 'Imprest Receipt' }} @else {{ $imprestlist->category_name }} @endif | {{--{{ $imprestlist->remark }} | --}}@if($imprestlist->tran_type=='dr') {{ $imprestlist->tran_amount }} @endif | @if($imprestlist->tran_type=='cr') {{ $imprestlist->tran_amount }} @endif |
Total | {{ number_format($totaldr,2,'.','') }} | {{ number_format($totalcr,2,'.','') }} | ||||
Balance | @if($totalbal<0) {{ number_format(abs($totalbal),2,'.','') }} @endif | @if($totalbal>0) {{ number_format($totalbal,2,'.','') }} @endif |