@extends('layouts.app') @section('title','Reports | BASCORE') @section('content')

Reports

Invoice, payment, VAT and customer statement reports.

Invoice Report

Filter invoices by date and status.

Payment Report

Review collected payments and references.

VAT Report

Taxable sales and VAT output summary.

Customer Statement

@foreach($customers as $customer){{ $customer->customer_name }}@endforeach
@endsection