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

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

{{--
@include('admin.global.loader')
--}}
@csrf
@include('inventory.global.driver_form')
@include('inventory.global.install_product_by_category')
@if (warehouse_info()->change_store == 1)
@endif

{{-- --}} {{-- @if (warehouse_info()->use_expiry == 1 && !@$order_sell) @endif --}} {{-- --}} {{-- @if (count($vat_tax)>0) @endif --}} @if (@$order_sell) @php($i = 0) @forelse ($order_sell->details as $item) @include('inventory.global.dual_unit') @empty @endforelse @php($i++) @else @for ($i = 1; $i <= 5; $i++) @include('inventory.global.dual_unit') @endfor @endif
# {{__('obs.products')}} {{__('obs.unit')}}{{__('obs.desc')}} {{__('obs.img')}}{{__('obs.expiry')}} {{__('obs.date')}}{{__('obs.quantity')}} {{__('obs.avail')}} {{__('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')}}
@include('admin.global.loader')

@include('inventory.global.inv_foot') {{--
--}} {{-- @include('inventory.modal.expense') --}}
@endsection @section('script') @endsection