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

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

{{-- --}}
@method('PUT') @csrf @if ($setting->dual_currency == 1) @include('inventory.global.dual_currency_dd') @endif
@error('cost_id') {{ $message }} @enderror
@error('pay_type') {{ $message }} @enderror
@error('ref_no') {{ $message }} @enderror
@error('cost_id') {{ $message }} @enderror
@if (warehouse_info()->cheque_maintain == 1) @else @endif {{-- @endif --}} @error('cheque_no') {{ $message }} @enderror
@error('cheque_date') {{ $message }} @enderror
@include('inventory.global.driver_form')
{{-- end --}}
status == 1 ? "" : "checked"}}>
@if (count($vat_tax)>0)
@endif
{{__('obs.sell')}}
{{-- --}} @if (count($vat_tax)>0) @endif @php $i=0; @endphp @forelse ($invoice->transaction->where('transaction_type', 3) as $item) @include('inventory.global.dual_unit')
# {{__('obs.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