{{ trans('front.time_period') }}

{!! Form::radio("dashboard[blocks][$block][options][period]", 'day', $period == 'day') !!} {!! Form::label(null, ucfirst(trans('front.day'))) !!}
{!! Form::radio("dashboard[blocks][$block][options][period]", 'week', $period == 'week') !!} {!! Form::label(null, trans('front.week')) !!}
{!! Form::radio("dashboard[blocks][$block][options][period]", 'month', $period == 'month') !!} {!! Form::label(null, ucfirst(trans('front.month'))) !!}