@include('print.student-fee.includes.print-header')
@include('print.student-fee.includes.institution-detail')
@if($data['student']->reg_no != '') @php($amount =isset($data['student']->paid_amount)?$data['student']->paid_amount:0) @php($name = $data['student']->first_name.' '.$data['student']->middle_name.' '.$data['student']->last_name) @php($regNo = $data['student']->reg_no) @php($date = \Carbon\Carbon::parse(now())->format('Y-m-d')) {!! QrCode::size(200)->generate('Name:'.$name.', Reg.No:'.$regNo.', Date'.$date.', Amount:'.$amount); !!} @else @endif
RECEIPT

@include('print.student-fee.includes.studentinfo')
@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) }}/-
Amount In Word: {{ ViewHelper::convertNumberToWord(isset($data['student']->paid_amount)?$data['student']->paid_amount:0) }}only.
@include('print.student-fee.includes.print-footer')

@include('print.student-fee.includes.print-header')
@include('print.student-fee.includes.institution-detail')
@if($data['student']->reg_no != '') @php($amount =isset($data['student']->paid_amount)?$data['student']->paid_amount:0) @php($name = $data['student']->first_name.' '.$data['student']->middle_name.' '.$data['student']->last_name) @php($regNo = $data['student']->reg_no) @php($date = \Carbon\Carbon::parse(now())->format('Y-m-d')) {!! QrCode::size(200)->generate('Name:'.$name.', Reg.No:'.$regNo.', Date'.$date.', Amount:'.$amount); !!} @else @endif
RECEIPT

@include('print.student-fee.includes.studentinfo')
@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) }}/-
Amount In Word: {{ ViewHelper::convertNumberToWord(isset($data['student']->paid_amount)?$data['student']->paid_amount:0) }}only.
@include('print.student-fee.includes.print-footer')