@extends('layouts.app') @section('title') Employees Benevolent Fund Report @stop @section('breadcrumb')
@stop @section('css') @stop @section('content')Name | {{--Month/Year: | --}}Employee Benevolent Fund | Employer Benevolent Fund | Total | Status |
---|---|---|---|---|---|
{{$employees_benevolent_fund->name}} | {{number_format($total[0],2)}} | {{number_format($total[3],2)}} | {{number_format($total[0] + $total[0],2)}} |
@if($total[2] == 1 )
|
|
Total | {{number_format($total_fund,2)}} | {{number_format($total_fund,2)}} | {{number_format($total_employees_bf_fund,2)}} |