@extends('layouts.report') @section('content') @if(isset($reportData))
@capitalize($reportData['business'])
@endifFrom: @date($reportData['from_date']) - To: @date($reportData['to_date'])
@endif| Date | Customer | Invoice number | Gross sale | CIS deduction |
|---|---|---|---|---|
| @date($transaction->date) | {{ $transaction->customer }} | {{ $transaction->invoice_no }} | @currency($transaction->gross_sale) | @currency($transaction->cis_deduction) |
| Total | @currency($reportData['total_gross_sale']) | @currency($reportData['total_cis']) | ||
| Date | Customer | Invoice number | Gross sale | CIS deduction |
|---|---|---|---|---|
| No transactions | ||||