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