Create Hourly Production Dashboard Data Hourly Production Dashboard Data
@csrf @php $division_id = auth::user()->division_id; $company_id = auth::user()->company_id; @endphp
{{-- @for ($i = 1; $i <= 10; $i++)
@endfor --}}
--}} @endforeach
Single Line
@for ($i = 1; $i <= 20; $i++)
@endfor
Marge Line
@for ($i = 1; $i <= 20; $i++)
@endfor
{{--
@for ($i = 1; $i <= 20; $i++)
@endfor
--}} {{--
@php $buyers = App\Models\Buyer::all(); @endphp
@php $orders = DB::table('hourly_production_dashboards') ->select('style') ->distinct() ->get(); @endphp
@php $items = DB::table('hourly_production_dashboards') ->select('item') ->distinct() ->get(); @endphp
--}}
Back Save