@include('layouts.header')
@include('layouts.sidebar')

Invoices Reports

Invoices Report

@php $no = '1'; @endphp @if (!empty($search_invoices)) @foreach ($search_invoices as $invoice) @php $no++; @endphp @endforeach @else @foreach ($invoices as $invoice) @php $no++; @endphp @endforeach @endif
No. Invoice No. Customer Name Phone Number Customer Type Address Sale Return Total Amount
{{ $no }} {{ $invoice->invoice_no }} {{ $invoice->customer_name }} {{ $invoice->phno }} {{ $invoice->type }} {{ $invoice->address }} {{ $invoice->balance_due }} {{ $invoice->total }}
{{ $no }} {{ $invoice->invoice_no }} {{ $invoice->customer_name }} {{ $invoice->phno }} {{ $invoice->type }} {{ $invoice->address }} {{ $invoice->balance_due }} {{ $invoice->total }}
Total @if (!empty($search_invoices)) {{ $search_total }}@else{{ $total }} @endif