@extends('layouts.sidebar') @section('title', 'Payable Reports') @section('content')
Airpro BLDG.,Bacaca , Davao City
Email: rweb@solution.com | Tel: (0##)###-#### | Cell #: 0##-###-#### | TIN: ###-###-###
Report generated on {{ now()->format('F j, Y') }}.
@if ($type)
Type: {{ $type }}
@endif
@if ($month)
Month: {{ \Carbon\Carbon::create()->month($month)->format('F') }}
@endif
@if ($year)
Year: {{ $year }}
@endif
@if ($quarter)
Quarter: {{ $quarter }}
@endif
ID | Type | Category | Amount | Date |
---|---|---|---|---|
{{ $payable->id }} | {{ $payable->type }} | {{ $payable->category }} | {{ number_format($payable->amount, 2) }} | {{ $payable->date_of_payable->format('F j, Y') }} |
Total Amount: | {{ number_format($totalAmount, 2) }} | |||
Total VAT (12%): | {{ number_format($totalVAT, 2) }} | |||
Total Percentage Tax (3%): | {{ number_format($totalPercentageTax, 2) }} | |||
Total Withholding Tax (5%): | {{ number_format($totalWithholdingTax, 2) }} |