@extends('layouts.app') @section('title') Outgoing Edit @endsection @section('button') Back @endsection @section('content')
@csrf


PRODUCT DETAIL

@foreach ($outgoing_details as $outgoing_detail) @endforeach
Sr No Part No Part Name Unit Carton Box Qty in Box Quantity Remarks Allocation
{{ $loop->iteration }} {{ $outgoing_detail->product->part_no }} {{ $outgoing_detail->product->part_name }} {{ $outgoing_detail->product->units->name ?? '' }} {{ $outgoing_detail->product->carton_box_type }} {{ $outgoing_detail->product->qty_in_box }}
{{-- PRODUCTS MODAL --}} {{-- LOCATIONS MODAL --}} @endsection