@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 Quotation Date Tax Type @isset($quotation) IntraState InterState (IGST) @else IntraState InterState (IGST) @endisset Party (Dr) Select ledger @isset($quotation) {{ $quotation->debitLedger->name }} @endisset Report Go Back {{-- Slab Unit Price (Inc Tax) Purchase Price(Excl Tax) Purchase Price(Incl Tax) Gst (%) Cess (%) --}} Add Items SN @if (Auth::user()->company_profile->show_item_code_in_sales) Item Code @endif Item Stock MRP Qty Unit Price Price(Inc GST) Gross Value Disc% Disc Amount Taxable Value Tax Total Remarks @isset($quotationItems) @php $tabIndex = 0; @endphp @if (count($quotationItems) > 0) @foreach ($quotationItems as $key => $quotationItem) @php $key = $key + 1; @endphp {{ $key }} Select item {{ $quotationItem->stockItem->name }} --- @foreach ($quotationItem->units as $unit) unit_id == $unit->id ? 'selected' : '' }}> {{ $unit->symbol }} @endforeach {{-- unit_id == $quotationItem->unit->id ? 'selected' : '') : '' }}> {{ $quotationItem->unit->symbol }} --}} {{ $quotationItem->remarks }} @php $tabIndex = $tabIndex + 8; @endphp @endforeach @endif @endisset @if (Auth::user()->company_profile->show_item_code_in_sales) @endif 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' }} Add Submit * Stock is based on the base unit of the item {{-- Print Modal --}}