Stock Recieved
@csrf
Date {{ $item->date }} Invoice No {{ $item->invoice_no }}
From {{ $item->from_branch }} To {{ $item->to_branch }}
Reference No {{ $item->reference_no }} Delivery Status
Delivery Date {{ $item->delivery_date }} Delivery Note {{ $item->delivery_note }}
@foreach ($transfer_details as $row => $details) @php $qty = $details->qty; @endphp @if ($details->spasification_details->count() > 0) @endif @endforeach
Sl Code Product Quanity Unit Price Amount Discount Vat/Tax Net Amount
% Amount % Amount
{{ $row + 1 }} {{ $details->product_code }} {{ $details->product_name }} {{ $qty }} {{ $details->unit_name }} {{ numberformat($details->unit_price) }} {{ numberformat($details->amount) }} {{ numberformat($details->discount_amount) }} {{ numberformat($details->vat_percent) }} {{ numberformat($details->vat_amount) }} {{ numberformat($details->nettotal) }}
@foreach ($details->spasification_details as $i => $spasification_details)
@endforeach
Sub Total {{ numberformat($item->amount) }}
Discount {{ numberformat($item->total_discount) }}
Tax / Vat {{ numberformat($item->total_vat) }}
Shipping Charge {{ numberformat($item->shiping_charge) }}
Total {{ numberformat($item->total_amount) }}
Gross Discount {{ $item->gross_discount_type == 'parcantage' ? $item->gross_discount_value . '%' : '' }} {{ numberformat($item->gross_discount_amount) }}
Net Total {{ numberformat($item->nettotal) }}