Dashboard Dashboard {{-- Test --}} @if(session('LOGIN_TYPE') == 1)

HMM Objection

View
@foreach($hmmObjections as $hmmObjection) @endforeach
Department Date HMM No. Subject Entry Date Description
{{ $hmmObjection->department?->name }} {{ Carbon\Carbon::parse($hmmObjection->audit?->date)->format('d-m-Y') }} {{ $hmmObjection->objection_no }} {{ $hmmObjection->subject }} {{ Carbon\Carbon::parse($hmmObjection->entry_date)->format('d-m-Y') }} @if($hmmObjection->audit?->description) {{ Str::limit($hmmObjection->audit?->description, '30') }}@else - @endif

Pending Compliance

View
@foreach($pendingAuditObjections as $pendingAuditObjection) @endforeach
Department HMM No. Letter
{{ $pendingAuditObjection->auditObjection->department?->name }} {{ $pendingAuditObjection->auditObjection->objection_no }} View Letter
@else @if($user->department_id == 1)

Total Pending Receipts

{{-- +16.24 % --}}

{{ $pendingReceipts }}

Total Approved Receipts

{{-- -3.57 % --}}

{{ $approvedReceipts }}

Total Rejected Receipts

{{ $rejectedReceipts }}

Total Pending Payment Receipts

{{-- +16.24 % --}}

{{ $pendingPaymentReceipts }}

Total Approved Payment Receipts

{{-- -3.57 % --}}

{{ $approvedPaymentReceipts }}

Total Rejected Payment Receipts

{{ $rejectedPaymentReceipts }}

@endif @endif