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

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

@csrf
@error('party_id') {{ $message }} @enderror
@error('cost_id') {{ $message }} @enderror
@error('ref_no') {{ $message }} @enderror
@error('cost_id') {{ $message }} @enderror
@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
# Products unit Desc ImgReturnQuantity Order Qty Allocated Qty Avail Qty Price Disc(%) Net Price ACTION
S. Ret
S. Dmg
F. Dmg
{{ $i }} transaction_type == 15) ? 'readonly' : '' }}> showroom->commission_type == 1 ? 'readonly' : '' }}>
{{ $i }}
{{-- --}}

@include('inventory.global.inv_foot') {{--
@error('quantity') {{ $message }} @enderror
@error('total_amount') {{ $message }} @enderror
showroom->commission_type == 1 ? 'readonly' : '' }} onkeyup="manualDC('%')" onchange="manualDC('%')" class="form-control" id="n_discount"> @error('discount') {{ $message }} @enderror
showroom->commission_type == 1 ? 'readonly' : '' }} onkeyup="manualDC('tk')" onchange="manualDC('tk')" class="form-control" id="n_manual_discount"> @error('manual_discount') {{ $message }} @enderror
@error('discount_amount') {{ $message }} @enderror
@error('net_total') {{ $message }} @enderror
--}}
@include('inventory.global.img_show') @endsection @section('script') @endsection