1443 -> Payment Mode checkbox code 1453 , 1285 -> 1 page 2 receipt page layout landscape fee array and every fee total due and paid column. 1409 -> 1 page 1 receipt ==================================================================================== Controller -> Fees\FeePaymentDetailsController@showPdf ==================================================================================== Receipt No : {{ $collectionMasterData->pmt_rcpt_num }} Name : {{ strtoupper($studentData->first_name) . " " . strtoupper($studentData->middle_name) . " " . strtoupper($studentData->last_name) }} Date : {{ App\Util\DateTimeUtil::convertDateToViewFormat($collectionMasterData->pmt_date, Session::get('inst_info')->date_format) }} class : {{$studentData->class_name}} Total Fees : {{ $collectionMasterData->total_pmt_amt }} In words : {{strtoupper(App\Util\StringUtil::convert_number_to_words($collectionMasterData->total_pmt_amt)) }} ACADEMIC YEAR : @if(isset($collectionDetailsList[0]->ay_id)) {{$collectionDetailsList[0]->ay_id}} @endif standard : {{ $studentData->standard_id }} Division : {{ $studentData->division_id }} Roll No : {{ $studentData->class_roll_num }} comment : {{$collectionMasterData->pmt_desc}} ======================================================================================