@extends('layouts.app') @section('content')
@foreach($timeslots as $timeslot) @if($timeslot->laborsOfTheDay->count() > 0)

{{$timeslot->label}}

@endif @foreach($timeslot->laborsOfTheDay as $labor) @endforeach @endforeach
@endsection