I'm looking for sample code of Laravel contact form with confrim view
I asked this question Adding live search script into Laravel Form:: I'm thinking restart to make contact page that not using "{!! Form:: " way that can combine ajax live search section. I've been searching sample code that contact form with confrim view but I couldn't find it. Doesn't call "confrim view" ? Could someone teach me how to call it please?
<div class="form-group">
{!! Form::label('search', 'search:', ['class' => 'col-sm-2 control-label']) !!}
<div class="col-sm-10">
{!! Form::text('search', null, ['class' => 'form-control']) !!}
@if ($errors->has('search'))
<span class="help-block">
<strong></strong>
</span>
@endif
</div>
</div>
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire