{{ $timeblock->label }}
{{-- @if($timeblock->options()->count() > 0 ) --}} {{__('app.indexes.timeblocks.offCanvas.options')}}
    @foreach($timeblock->options()->orderBy("label")->get() as $option)
  • {!! $option->label !!}
    {!! $option->description !!}
  • @endforeach

{{-- @endif --}} {{__('app.indexes.timeblocks.offCanvas.new-option')}}
@error('data_label')
{{ $message }}
@enderror
@error('data_description')
{{ $message }}
@enderror