@extends('layouts.sidebar') @section('content')
MGR BLDG. II, Matina Crossing, Davao City
Email: srhimgr@yahoo.com | Tel: (082)299-4103 | Cell #: 0910-651-1604 | TIN: 006-040-261
Report generated on {{ now()->format('F j, Y') }}.
@if (request()->has('type') || request()->has('date') || request()->has('month') || request()->has('year'))
Filtered by:
{{ request('type') ? 'Type: ' . ucfirst(request('type')) : '' }}
{{ request('date') ? 'Date: ' . request('date') : '' }}
{{ request('month') ? 'Month: ' . request('month') : '' }}
{{ request('year') ? 'Year: ' . request('year') : '' }}
@endif
Description | Amount | Voucher | @if (request('include') == 'all' || request('type') == 'check_expense')Bank & Check# | @endifRemarks |
---|---|---|---|---|
{{ $expense->Description }} | {{ number_format($expense->expenses_amount, 2) }} | {{ $expense->Voucher }} | @if (request('include') == 'all' || request('type') == 'check_expense'){{ $expense->check_number }} | @endif{{ $expense->remarks ?? '-' }} |
No expenses found. | ||||
Total | {{ number_format($totalAmount, 2) }} | @if (request('include') == 'all' || request('type') == 'check_expense') | @endif |
Employee | SSS Deduction | PhilHealth Deduction | Pag-IBIG Deduction |
---|---|---|---|
{{ $pay->employee->complete_name }} | {{ number_format($pay->sss_deduction, 2) }} | {{ number_format($pay->philhealth_deduction, 2) }} | {{ number_format($pay->pagibig_deduction, 2) }} |
No payroll records found. | |||
Total | {{ number_format($totalSSS, 2) }} | {{ number_format($totalPhilHealth, 2) }} | {{ number_format($totalPagibig, 2) }} |