@extends('layouts.admin.master') @section('title', 'Quotation') @section('vendor-style') @endsection @section('vendor-script') @endsection @section('content')
# | Invoice No | Date | Type | MOP | Tax | Customer | Branch | Total | Action |
---|---|---|---|---|---|---|---|---|---|
{{$loop->iteration}} | {{ $sale->invoice_no }} | {{ $sale->sale_date }} | {{ $sale->bill_type }} | {{ $sale->payment_pode }} | {{ $sale->tax_type }} | {{ $sale->customer->name }} | {{ $sale->branch->name }} | {{ $sale->grand_total }} |