@extends('admin.layout.master') @section('title', 'SELL RETURN') @section('custom_style') @include('inventory.blade_styles.posting_blade_css') @endsection @section('content')

{{__('obs.sell')}} {{__('obs.return')}}

@csrf @if ($setting->dual_currency == 1)
@endif
@if (!$is_distribution == 1)
@endif
@if (warehouse_info()->cheque_maintain == 1) @else @endif
@include('inventory.global.driver_form')

{{-- end --}}
@if (warehouse_info()->is_using_vat == 1 && warehouse_info()->vat_posting_type == 1)
@endif
{{-- @if (!$is_distribution == 1) --}}
{{-- @endif --}}
@if (count($vat_tax) > 0)
@endif

@if ($is_distribution == 1) @endif @if (count($vat_tax) > 0) @endif @php($inx = 0) @for ($i = 1; $i <= 5; $i++) @include('inventory.global.dual_unit') @if ($is_distribution == 1) @endif @include('inventory.global.return_field') @php($inx++) @if (count($vat_tax) > 0) @include('inventory.global.vats_product_wise') @endif @endfor
# {{__('obs.products')}} {{__('obs.unit')}}{{__('obs.sell')}} {{__('obs.type')}}{{__('obs.desc')}} {{__('obs.img')}} {{__('obs.return')}} {{__('obs.total')}} {{__('obs.qty')}} {{__('obs.price')}} {{__('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')}}
{{ $i }} @if ($setting->party_wise_price == 1) @else @endif @include('inventory.global.consume.pro_free_gift_modal')

@include('inventory.global.inv_foot') @if ($is_distribution == 1)
@include('inventory.product.distribution_sell.collection', ['from_sRet'=> 1]) @include('inventory.product.sell.cheque_due_collection_return_modal') @endif
@include('inventory.modal.expense')
@include('inventory.global.img_show') @endsection @section('script') @endsection