@extends('mrp') @section('title', $page_title) @section('content') {{--

Date Picker Summary Forecast Customer Export

@csrf
@error('start_date') {{ $message }} @enderror
@error('end_date') {{ $message }} @enderror
--}}

Date Picker Production Export

@csrf
@error('start_date') {{ $message }} @enderror
{{-- --}}

To
@error('end_date') {{ $message }} @enderror
{{-- --}}
@if (isset($status)) {{-- EXAMPLE --}}
@if (Session::has('message')) @endif

SUMMARY FORECAST CUSTOMER

{{-- --}} {{-- @foreach ($header_month as $month) @endforeach --}} {{-- --}} @foreach ($header_date as $date) {{-- --}} @endforeach {{-- Forecast Table looping in controller --}} {!! $sum['col'] !!}
CUSTOMER DOCK-CD PART_NAME PART_NO {{ $month }}data {{ $date }} {{ date('d M', strtotime($date)) }}

@endif @endsection @push('css') @endpush @push('js') @endpush