@extends('layouts.master') @section('header-title') Delivery Schedule - Individual Listing @endsection @section('content')
Here you can see all the listings uploaded, and its history .
--}}
•
•
Supplier | Part No | Description | Units | Supplier's Plant | EXW | Service Part | Standard Pack | @foreach($listing->custom_columns as $key => $value){{$key}} | @endforeachPriority | Transit | Urgent | @php $firm_period = $listing->orders->first() ? $listing->orders->first()->created_at->addMonths(1)->endOfDay() : false; @endphp @foreach($listing->dates_quantity as $key => $value) @php $class = ''; $text = 'Forecast'; if($firm_period){ if(\Carbon\Carbon::createFromFormat('d/m/Y',$key)->lte($firm_period)) { $text = 'Firm Period'; $class = 'alpha-primary text-primary-800 font-weight-semibold'; } } @endphp{{$key}} {{$text}} |
@endforeach
Total General |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Supplier | Part No | Description | Units | Supplier's Plant | EXW | Service Part | Standard Pack | @foreach($listing->custom_columns as $key => $value){{$key}} | @endforeachPriority | Transit | Urgent | @foreach($listing->dates_quantity as $key => $value){{$key}} | @endforeachTotal General |
@foreach($listing->custom_columns as $key => $value) | @endforeach | @foreach($listing->dates_quantity as $key => $value) | @endforeach |