@extends('admin.layout.master') @section('title', 'SELL') @section('custom_style') @endsection @section('content')

{{__('obs.pos')}}

@csrf @if ($setting->dual_currency == 1) @include('inventory.global.dual_currency_dd') @endif
@if (request()->claim_id) @endif
@error('cost_id') {{ $message }} @enderror
@error('pay_type') {{ $message }} @enderror
@error('cash_bank_id') {{ $message }} @enderror
@error('ref_no') {{ $message }} @enderror
@error('cost_id') {{ $message }} @enderror
@error('cheque_no') {{ $message }} @enderror
@error('cheque_date') {{ $message }} @enderror
@include('inventory.global.driver_form')
{{-- end --}}
@if (count($vat_tax)>0)
@endif
{{__('obs.sell')}}
{{-- --}} @if (count($vat_tax)>0) @endif @for ($i = 1; $i <= 5; $i++) @include('inventory.global.dual_unit') @if (count($vat_tax)>0) @include('inventory.global.vats_product_wise') @endif @endfor @if (count($vat_tax)>0) @endif
# Products {{__('obs.unit')}}{{__('obs.desc')}}{{__('obs.img')}} {{__('obs.quantity')}} {{__('obs.avail')}} {{__('obs.qty')}} {{__('obs.price')}} {{__('obs.sub')}} {{__('obs.total')}} {{__('obs.disc')}}(%) {{__('obs.manual')}} {{__('obs.dc')}} {{__('obs.net')}} {{__('obs.price')}}{{__('obs.vat')}}
{{ implode(' - ', $vat_tax->pluck('name')->toArray()) }}
{{__('obs.total')}}{{__('obs.action')}}
{{ $i }}
@if ($setting->party_wise_price == 1) @else @endif @include('inventory.global.consume.pro_free_gift_modal')

{{__('obs.total')}} {{-- --}}

{{__('obs.sell')}} {{__('obs.return')}}
@if (count($vat_tax)>0) @endif @php $x = $i; $k = 0; @endphp @for ($i = $x; $i <= $x; $i++) @include('inventory.global.dual_unit') @if (count($vat_tax)>0) @include('inventory.global.vats_product_wise') @endif @endfor @if (count($vat_tax)>0) @endif
# {{__('obs.products')}} {{__('obs.unit')}} {{__('obs.desc')}} {{__('obs.img')}} {{__('obs.return')}} {{__('obs.total')}} {{__('obs.qty')}} {{__('obs.price')}} {{__('obs.sub')}} {{__('obs.total')}} {{__('obs.disc')}}(%) {{__('obs.manual')}} {{__('obs.dc')}} {{__('obs.net')}} {{__('obs.price')}}{{__('obs.vat')}}
{{ implode(' - ', $vat_tax->pluck('name')->toArray()) }}
{{__('obs.total')}}{{__('obs.action')}}
{{__('obs.s')}}. {{__('obs.ret')}} {{__('obs.s')}}. {{__('obs.dmg')}} {{__('obs.f')}}. {{__('obs.dmg')}}
{{ ++$k }} @if ($setting->party_wise_price == 1) @else @endif @include('inventory.global.consume.pro_free_gift_modal')

{{__('obs.total')}} {{-- --}}

@include('inventory.global.inv_foot')
@include('inventory.modal.expense')
@include('inventory.global.img_show') @endsection @section('script') @endsection