@extends('hr_blank') @section('title', '| Security Money Receive Report') @section('content')

{{ $data['reportName_label'] }}

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

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

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

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

@include('hr.report.securitymoney.table', [$data])
@endsection