{!! Form::label('currency_id', t('Order Currency')) !!} {!! Form::select('currency_id', $currencies, null) !!}
{!! Form::radio('type', 'date', true) !!}
{!! Form::radio('type', 'date-time') !!}
{!! Form::radio('type', 'range') !!}

{!! Form::label('date', t('Event Date')) !!} {!! Form::text( 'date', null, [ 'id' => 'add-form-date', 'class' => 'form-control datepicker add-form-date', 'data-url' => action( 'Payment/EventsController@secure_index.json', [$venue->id] ) ] ) !!}