@include('layouts.includes.template_setting')
@include('print.student-fee.includes.print-header')
RECEIPT
@if(isset($data['student']->paid_amount) && $data['student']->paid_amount >0) @endif
Description Amount
Amount Received On {{ \Carbon\Carbon::parse(now())->format('Y-m-d')}} {{ number_format($data['student']->paid_amount, 2) }}/-
Total :{{isset($data['student']->paid_amount)?$data['student']->paid_amount:0}}/-
In Word: {{ ViewHelper::convertNumberToWord(isset($data['student']->paid_amount)?$data['student']->paid_amount:0) }}only.
@if($data['total_due'] > 0)
Total Balance :{{$data['total_due']}}/-
Balance In Word:{{ ViewHelper::convertNumberToWord($data['total_due']) }}only.
@endif @include('print.student-fee.includes.print-footer')

Collection Invoice -{{ \Carbon\Carbon::parse(now())->format('Y-m-d')}}

User: {{isset(auth()->user()->name)?auth()->user()->name:""}}
Date: {{ \Carbon\Carbon::parse(now())->format('Y-m-d')}}
RECEIPT
@if(isset($data['student']->paid_amount) && $data['student']->paid_amount >0) @endif
Description Amount
Amount Received On {{ \Carbon\Carbon::parse(now())->format('Y-m-d')}} {{ number_format($data['student']->paid_amount, 2) }}/-
Total :{{isset($data['student']->paid_amount)?$data['student']->paid_amount:0}}/-
In Word: {{ ViewHelper::convertNumberToWord(isset($data['student']->paid_amount)?$data['student']->paid_amount:0) }}only.
@if($data['total_due'] > 0)
Total Balance :{{$data['total_due']}}/-
Balance In Word:{{ ViewHelper::convertNumberToWord($data['total_due']) }}only.
@endif @include('print.student-fee.includes.print-footer')