@extends('layouts.app') @section('title') Withdraw - Return @endsection @push('styles') @endpush @section('content')

Withdraw - Return

@if ($withdrawreturn->jobname != null)
Job Name:
{{$withdrawreturn->jobname}}
@endif
Withdraw Date:
{{$withdrawreturn->withdraw_date}}
Withdraw Quantity:
{{$withdrawreturn->total_withdraw_amount}}
Withdraw By:
{{$withdrawreturn->withdrawusername}}
Shipping type:
@lang('custom.stock.shippingtype.'.$withdrawreturn->shipping_type)
Receiver Address:
@if ($withdrawreturn->status == 1) @else @endcan
Status:
@if ($withdrawreturn->status == 1) {{trans('custom.stock.withdrawreturn.'.$withdrawreturn->status.'')}} @elseif($withdrawreturn->status == 2) {{trans('custom.stock.withdrawreturn.'.$withdrawreturn->status.'')}} @elseif($withdrawreturn->status == 3) {{trans('custom.stock.withdrawreturn.'.$withdrawreturn->status.'')}} @elseif($withdrawreturn->status == 4) {{trans('custom.stock.withdrawreturn.'.$withdrawreturn->status.'')}} @endif
Return Date:
@if ($withdrawreturn->return_date == null && $withdrawreturn->status == 2) @else {{$withdrawreturn->return_date}} @endif
Return Quantity:
@showstock($withdrawreturn->total_return_amount)
Return By:
{{$withdrawreturn->returnusername}}
@foreach ($material as $item) @if ($item->material_return_amount == 0 && $withdrawreturn->status == 2) @else @endif @if ($item->advance_material == 1 && $item->advance_from != null) @else @endif @endforeach
No. Material Code Material Name Material Withdraw Material Return Waste Vendor Waste Meter Start Meter End Meter2 Start Meter2 End AWN seal AWN env AWN wrapping SBN seal SBN env SBN wrapping Sub all Waste Head-Tail roll Waste print
{{$loop->iteration}} {{$item->material_code}} {{$item->material_name}} @if ($withdrawreturn->status == 1) @else {{$item->material_withdraw_amount}} @endif {{$item->material_return_amount}} @if ($item->vendor_waste != null || $withdrawreturn->status >= 3) {{$item->vendor_waste}} @else @endif @if ($item->paper_meter_start != null || $withdrawreturn->status >= 3) {{$item->paper_meter_start}} @else @endif @if ($item->paper_meter_end != null || $withdrawreturn->status >= 3) {{$item->paper_meter_end}} @else @endif @if ($item->paper_meter2_start != null || $withdrawreturn->status >= 3) {{$item->paper_meter2_start}} @else @endif @if ($item->paper_meter2_end != null || $withdrawreturn->status >= 3) {{$item->paper_meter2_end}} @else @endif @if ($item->paper_sheet_awn_seal != null || $withdrawreturn->status >= 3) {{$item->paper_sheet_awn_seal}} @else @endif @if ($item->paper_sheet_awn_env != null || $withdrawreturn->status >= 3) {{$item->paper_sheet_awn_env}} @else @endif @if ($item->paper_sheet_awn_wrapping != null || $withdrawreturn->status >= 3) {{$item->paper_sheet_awn_wrapping}} @else @endif @if ($item->paper_sheet_sbn_seal != null || $withdrawreturn->status >= 3) {{$item->paper_sheet_sbn_seal}} @else @endif @if ($item->paper_sheet_sbn_env != null || $withdrawreturn->status >= 3) {{$item->paper_sheet_sbn_env}} @else @endif @if ($item->paper_sheet_sbn_wrapping != null || $withdrawreturn->status >= 3) {{$item->paper_sheet_sbn_wrapping}} @else @endif @if ($item->paper_sub != null || $withdrawreturn->status >= 3) {{$item->paper_sub}} @else @endif @if ($item->paper_waste_head_tail != null || $withdrawreturn->status >= 3) {{$item->paper_waste_head_tail}} @else @endif @if ($item->paper_waste_print != null || $withdrawreturn->status >= 3) {{$item->paper_waste_print}} @else @endif @if ($item->waste != null || $withdrawreturn->status >= 3) {{$item->waste}} @else @endif @if ($item->vendor_waste != null || $withdrawreturn->status >= 3) {{$item->vendor_waste}} @else @endif
Cancel @if ($withdrawreturn->return_date == null && $withdrawreturn->status == 2 ) @elseif($withdrawreturn->status == 1) @can('withdraw-confirm') Withdraw Confirm @endcan @elseif($withdrawreturn->status == 3) @can('return-confirm') Return Confirm @endcan @endif
Files
@csrf
@include('modals.materialadd') @include('modals.materialedit') @endsection @push('scripts') @endpush