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

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

PRODUCT DETAIL

@foreach ($order_details as $order_detail) @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 Qty
{{ $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 ?? '' }}
@endsection