@extends('hr_blank') @section('title', '| Fund And Loan Receive Report') @section('stylesheets') @endsection @section('content')

{{ $data['foundationName'] }}

{{ @$data['foundationAddress'] }}

{{ @$data['reportLabel'] }}

@if( $data['filtered'] )
Employee Information
@include('hr.report.fundAndLoan.table')
Fund Information
@include('hr.report.fundAndLoan.table2')
Loan Information
@include('hr.report.fundAndLoan.table3')
@endif
Prepared by
Checked by
Approved by
@endsection