@extends('admin.layout.master_full_screen') @section('title', 'QUICK SELL') @section('custom_style') @endsection @section('content') @if (session()->has('Smsg'))
{!! session()->get('Smsg') !!}
@elseif(session()->has('Fmsg'))
{{ session()->get('Fmsg') }}
@endif

Quick Sell

@csrf @if ($setting->dual_currency == 1)
@endif

Sell
@if (warehouse_info()->use_expiry == 1) @endif @if (count($vat_tax)>0) @endif @php $i = 1; @endphp {{-- @for ($i = 1; $i <= 5; $i++) @if ($pro_setting->dual_unit != NUll) @else @endif @if (count($vat_tax)>0) @endif @endfor --}} {{-- --}} @if (count($vat_tax)>0) @endif
# Products Unit ImgExpiry DateQuantity Avail Qty Price Sub Total Disc(%) Manual Dc Net PriceVAT
{{ implode(' - ', $vat_tax->pluck('name')->toArray()) }}
TotalACTION
{{ $i }}
@if ($setting->party_wise_price == 1) @else @endif
@forelse ($vat_tax as $j=> $vat)
is_fixed == 1 ? 'readonly' : '' }} class="form-control zero vat{{ $i }}">
@empty @endforelse

Total

@if (count($salesman) > 0)
@endif
{{-- --}}
{{--
--}} @if (count($vat_tax)>0) {{--
--}}
{{--
--}}
{{--
--}} @endif {{--
--}}
{{--
--}} {{--
--}} {{--
--}}

{{-- Calculated Amouts --}}
showroom->commission_type == 1 ? 'readonly' : '' }} step=".000001" onkeyup="manualDC('%')" onchange="manualDC('%')" class="form-control" id="n_discount">
@if (count($vat_tax)>0)
@endif
{{--
--}}
@include('inventory.modal.expense')
@endsection @section('script') @endsection