@include('account.includes.buttons')
@include('print.includes.institution-detail')
@if(isset($data))
@include($view_path.'.includes.table')
@endif
@include('account.report.includes.buttons')
@include('includes.flash_messages')
@include($view_path.'.includes.search_form')
{{----}}