@include('print.student-fee.includes.print-header')
@include('print.student-fee.includes.institution-detail')
DUE - SLIP

Name : {{ $student->first_name.' '.$student->middle_name.' '.$student->last_name }} Reg No. : {{ $student->reg_no }}

Faculty/Class : {{ ViewHelper::getFacultyTitle($student->faculty) }} Sem./Sec. : {{ ViewHelper::getSemesterTitle($student->semester) }}
Description Amount
Due Amount On {{ \Carbon\Carbon::parse(now())->format('Y-m-d')}} {{ number_format($student->balance, 2) }}/-
Balance In Word: {{ ViewHelper::convertNumberToWord($student->balance) }}only.
@include('print.student-fee.includes.print-footer')