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

Quotation Reports

Quotation Report

@php $no = '1'; @endphp @if (!empty($search_quotations)) @foreach ($search_quotations as $quotation) @endforeach @else @foreach ($quotations as $quotation) @endforeach @endif @php $no++; @endphp
No. Quotaiton No. Customer Name Phone Number Customer Type Address Total Amount
{{ $no }} {{ $quotation->quote_no }} {{ $quotation->customer_name }} {{ $quotation->phno }} {{ $quotation->type }} {{ $quotation->address }} {{ $quotation->total }}
{{ $no }} {{ $quotation->quote_no }} {{ $quotation->customer_name }} {{ $quotation->phno }} {{ $quotation->type }} {{ $quotation->address }} {{ $quotation->total }}
Total @if (!empty($search_quotations)) {{ $search_total }}@else{{ $total }} @endif