{!! Form::label('code', 'Code:') !!}
{!! Form::text('code', null, ['class' => 'form-control']) !!}
{!! Form::label('active', 'Active:') !!}
{!! Form::label('created_at', 'Created At:') !!}
{!! Form::date('created_at', null, ['class' => 'form-control']) !!}