@if(isset($optional) && $optional)
-----
@endif @foreach($items as $key => $value) @if(is_numeric($key))
{{ $value }}
@else
{{ $value }}
@endif @endforeach