@extends('admin.layouts.app') @section('title', 'Return Report') @push('styles') @endpush @section('container')
| SL | Date | Invoice No. | Return Quantity | Return Adjustment Quantity | Balance |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ date('d-m-Y',strtotime($data->date)) }} | @if($data->order->order_type == 'RETURN') {{ $data->order->purchase_no??'' }} @elseif($data->order->order_type == 'RETURNADJUSTMENT') {{ $data->order->purchase_no??'' }} @endif | @if($data->warehouse_id==5){{ $data->stock_in }}@endif | @if($data->warehouse_id==3){{ $data->stock_in }}@endif | {{ $balance }} |
| Total | {{ $totalReturn }} | {{ $totalReturnAdjustment }} | {{ $balance }} | ||