Scheduled Phases & Work Orders
Page
{{\Carbon\Carbon::now()->format('m/d/Y')}}
@php $numItems = count($scheduled); $i = 0; @endphp @foreach ($scheduled as $row)
{{$row['title']}} @foreach ($row['data'] as $val)

{{$val['date']}}

@foreach ($val['data'] as $item) @endforeach
Project Number Type & Num. Customer information Phase name Assigned to
{{$item['projectNumber']}} {{$item['typeNum']}} {{$item['information']['name']}}

{{$item['information']['address']}}

{{$item['information']['notes']}}

{{$item['phaseName']}} {{$item['assigned']}}
@endforeach
@if(++$i !== $numItems)
@endif @endforeach