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

Delivery {{ (@$order && @$order->transaction_type == 15) ? 'Return' : '' }}

@csrf
@include('inventory.global.driver_form')
{{-- end --}}
@if (@$order && @$order->transaction_type == 15)
@endif
@if (@$order && @$order->transaction_type == 15) @endif @if (@$order && @$order->transaction_type == 15) @endif @php $i=0; $inx = 0; @endphp @if (@$order) @if($st <= 0 && $fgt <= 0) @php($order_tran = $order->details) @elseif(store_info()->store_table_type == 1) @php($order_tran = $order->fgTransactions) @else @php($order_tran = $order->transactions) @endif @forelse ($order_tran as $item) @if ($order->transaction_type == 15) @endif {{-- @if (!@$order) --}} {{-- @endif --}} @empty @endforelse @else @for ($i = 1; $i <= 5; $i++) @endfor @endif
# {{__('obs.products')}} {{__('obs.unit')}} {{__('obs.desc')}} {{__('obs.img')}}{{__('obs.return')}}{{__('obs.quantity')}} {{__('obs.order')}} {{__('obs.qty')}} {{__('obs.allocated')}} {{__('obs.qty')}} {{__('obs.avail')}} {{__('obs.qty')}} {{__('obs.price')}} {{__('obs.disc')}} {{__('obs.(%)')}} {{__('obs.manual')}} {{__('obs.dc')}} {{__('obs.net')}} {{__('obs.price')}} {{__('obs.action')}}
{{__('obs.s.')}} {{__('obs.ret')}}
{{__('obs.s.')}} {{__('obs.dmg')}}
{{__('obs.f.')}} {{__('obs.dmg')}}
{{ $i }} transaction_type == 15) ? 'readonly' : '' }}> showroom->commission_type == 1 ? 'readonly' : '' }}>
{{ $i }}

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