@extends('layouts.backend') @section('mainContentArea')

Update / Preview Warehouse Sales Return Back

Return Details
Inwarded Products
From POS

{{ $whSaleReturn->fromWarehouse->name }}

To Warehouse

{{ $whSaleReturn->toWarehouse->name }}

Reason

{{ $whSaleReturn->reason }}

@if($whSaleReturn->infactory == 1)
In Factory
@elseif($whSaleReturn->intransit == 1)
In Transit
@else
@csrf
@endif
Inward barcode
@foreach($whSaleReturn->products as $product) @endforeach
Barcode Article Size Color HSN Code MRP Discount Tax Amt. Total Inwarded
@endsection @section('extraJs') @endsection