I have created a blade (using laravel collective) with a multipe checkboxes: My Blade
@foreach($subsc as $subsc)
<div>
{!! Form::label('SchemeName', $subsc->Scheme->Scheme_Name.$subsc->Scheme->Scheme_id, ['class' => 'control-label']) !!}
</div>
@endforeach
Now I want to save each checked box in a table as the scheme_id. How do I do that.
from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/2O9UMQ8
via IFTTT
Aucun commentaire:
Enregistrer un commentaire