@foreach($dates as $date) {{ Form::label_styled($date['label'], null, \App\Helpers\FormComponentHelper::SIZE_SMALL) }} {{ Form::date_ex($date['name'], $date['value'] ?: '', null, $date['id']) }} @endforeach