@include('layouts.includes.template_setting')
@include('account.includes.buttons')
@include('account.report.includes.buttons') @include('includes.flash_messages')
@include($view_path.'.includes.search_form') {{--
--}}
@include('print.includes.institution-detail') @if(isset($data))
{{ ViewHelper::getFacultyTitle( $data['faculty'] ) }} - Balance Statement

@if($data['layout'] == 'feeHead' && $data['flag'] !=='overdue') @include($view_path.'.includes.table-due-head') @else @include($view_path.'.includes.table') @endif @endif