here is my code in image which is look like this
<div class='form-group'>
{!! Form::label('type', __('Business Type'), array('class' => 'require')) !!}
@foreach($types as $type => $value)
<div class="checkbox-inline checkbox-small">
<input type="checkbox" name="type[]"
value="{!! $type !!}" > {!! trans("options.types.".$type) !!}
</div>
@endforeach
{!! $errors->first('type', '<span class="text-danger">:message</span>') !!}
</div>
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire