@extends('layouts.master') @section('css') @endsection @section('title') Quotation @endsection @section('content')
@isset($quotation)
@method('put') @else @endisset @csrf
@isset($order) Edit Quotation @else Add Quotation @endisset
Report
{{--
Slab Unit Price (Inc Tax)
Purchase
Price(Excl Tax)
Purchase
Price(Incl Tax)
Gst (%) Cess (%)
--}}
Add Items
@if (Auth::user()->company_profile->show_item_code_in_sales) @endif @isset($quotationItems) @php $tabIndex = 0; @endphp @if (count($quotationItems) > 0) @foreach ($quotationItems as $key => $quotationItem) @php $key = $key + 1; @endphp @php $tabIndex = $tabIndex + 8; @endphp @endforeach @endif @endisset @if (Auth::user()->company_profile->show_item_code_in_sales) @endif
SNItem Code   Item Stock MRP Qty Unit Price Price(Inc GST) Gross Value Disc% Disc Amount Taxable Value Tax Total Remarks
{{ $key }}
---
0 {{ isset($quotationItems) ? $quotationItems->sum('total') : '0.00' }}
Discount :
Freight/Etc :
Round Off :
{{ isset($quotation) ? $quotation->round_off : '0.00' }}
Grand Total :
{{ isset($quotation) ? $quotation->amount : '0.00' }}
* Stock is based on the base unit of the item
{{-- Print Modal --}} {{-- Print Modal --}} {{-- Price History Modal --}} {{-- Quick Receipt Modal --}} @endsection @section('script') @endsection