@extends('layouts.app') @section('title') ORDER EDIT @endsection @section('button') Back @endsection @section('content')
@csrf
GENERAL INFORMATION

@if (isset($order->attachment)) {{ substr($order->attachment, 14) }} @endif

PRODUCT DETAIL
@if ($is_purchase_planning == 0) @endif

@if ($is_purchase_planning == 0) @endif @foreach ($order_details as $order_detail) @if ($is_purchase_planning == 0) @endif @endforeach
Sr No Part No Part Name Type of Product Variance Model Unit Firm 1 Month Qty N+1 Forecast Month Qty N+2 Forecast Month Qty N+3 Forecast Month Qty N+4 Forecast Month Qty N+5 Forecast Month QtyAction
{{ $loop->iteration }} {{ $order_detail->products->part_no ?? '' }} {{ $order_detail->products->part_name ?? '' }} {{ $order_detail->products->type_of_products->type ?? '' }} {{ $order_detail->products->variance ?? '' }} {{ $order_detail->products->model ?? '' }} {{ $order_detail->products->units->name ?? '' }}
{{-- PRODUCTS MODAL --}} @endsection