@extends('layouts.default') @section('content') {{ $week->week_start }} @foreach ($days as $D) {{ $D->code_desc }} @endforeach @foreach (range(1, 7) as $i) @foreach (range(1, 3) as $j) {{ $j }} @endforeach @endforeach @foreach ($posts as $P) {{ $P->st_name }} {{ $P->total_shifts }} @endforeach @endsection