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

Sell Edit

Inv No: {{ $invoice->invoice_no }}

@method('PUT') @csrf @if(request()->claim_id) @endif @if ($setting->dual_currency == 1)
@endif
Comission: {{ $invoice->customer->parentDepot ? $invoice->customer->parentDepot->commission : $invoice->customer->commission }}
@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
@if (warehouse_info()->use_expiry == 1) @endif @if (count($vat_tax)>0) @endif @php $i = 0; $transactions = $invoice->use_status != 4 ? $invoice->transaction : $invoice->damageTransactions; @endphp @forelse ($transactions as $item) @include('inventory.global.dual_unit') @if (warehouse_info()->use_expiry == 1) @if ($item->product->expiarable_product == 1)
# Products Unit Desc ImgExpiry Date
Quantity
Avail Qty Price Disc(%) Manual Dc Net PriceVAT
{{ implode(' - ', $vat_tax->pluck('name')->toArray()) }}
TotalACTION
{{ $i }}
{{-- --}}