@extends('layouts.app') @section('style') @endsection @section('content')
Billings
{{-- NEW HEADER --}}

Dragon Knights SECURITY SERVICES CORPORATION

Ground Floor AMWSLAI Building, Mayor PN Roa Street, Patag, Cagayan de Oro City

Tel No. (088) 557-7351 / Cel No. 0917009341 / email ad: dknights702@gmail.com

Date: {{ $billing->billing_date }}

STATEMENT OF ACCOUNT

Account with:
{{ $client->company_name }}
{{ $client->company_address }}

Payment for Security Services rendered at your establishment for the period covered from {{ $billing->start_date . ' to ' . $billing->end_date }} for 2 Security Guard at 12 hours duty daily in the amount of {{ $grandTotalInWords }} (PHP{{ number_format($grandTotal, 2) }})

ARREARS:
@forelse ($arrear as $ar)
{{ $ar->description }}
{{ number_format($ar->amount, 2) }}
@empty
-
0
@endforelse
TOTAL:     {{ number_format($grandTotalWithAr, 2) }}
{{-- UPDATED SIGNATORIES --}}
Prepared by:
Approved by:
VANESSA E. TOLENTINO
LIEZEL MAE A. BALAOD, CSMS
HR Payroll
Vice President
Received By:
(NAME & SIGNATURE - DATE)
@section('script') @endsection @section('print')
{{-- NEW PRINT HEADER --}}
Dragon Knights Logo

Dragon Knights SECURITY SERVICES CORPORATION

Ground Floor AMWSLAI Building, Mayor PN Roa Street, Patag, Cagayan de Oro City

Tel No. (088) 557-7351 / Cel No. 0917009341 / email ad: dknights702@gmail.com

{{-- Placeholder for a potential right-side logo if needed --}}
Date: {{ $billing->billing_date }}

STATEMENT OF ACCOUNT

Account with:
{{ $client->company_name }}
{{ $client->company_address }}

Payment for Security Services rendered at your establishment for the period covered from {{ $billing->start_date . ' to ' . $billing->end_date }} for 2 Security Guard at 12 hours duty daily in the amount of {{ $grandTotalInWords }} (PHP{{ number_format($grandTotal, 2) }})

ARREARS:
@forelse ($arrear as $ar)
{{ $ar->description }}
{{ number_format($ar->amount, 2) }}
@empty
-
0
@endforelse
TOTAL:     {{ number_format($grandTotalWithAr, 2) }}
{{-- UPDATED PRINT SIGNATORIES --}}
Prepared by:
Approved by:
VANESSA E. TOLENTINO
LIEZEL MAE A. BALAOD, CSMS
HR Payroll
Vice President
Received By:
(NAME & SIGNATURE - DATE)
@endsection @endsection