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

Sale Return Reports

Sale Return Report

@php $no = '1'; @endphp @if (!empty($search_invoices)) @foreach ($search_invoices as $invoice) @endforeach @else @foreach ($invoices as $invoice) @endforeach @endif @php $no++; @endphp
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