@foreach ($by_days as $day => $value)

{{ $day }}

@if ($value['active']) @foreach ($value['times'] as $index => $time)

⁃ {{ $time }}

@endforeach @endif @if ($value['active'])

Mandatory

@endif @if ($value['active']) @endif
@if ($value['active'])
@foreach ($value['times'] as $index => $time)
@if ($loop->first)

Reminder

@endif
@if ($index == 0) @else @endif
@endforeach

Cut Off

Do not allow submission after this time

@endif
@endforeach
@push('scripts') @endpush