checkbox
<div class="form-check">
<input type="checkbox" name="IF" class="form-check-input">
<label for="IF" class="form-check-label">Ingénieurie de formation</label>
<input type="checkbox" name="DS" class="form-check-input">
<label for="DS" class="form-check-label">Diagnostique Stratégique</label>
<input type="checkbox" name="PF" class="form-check-input">
<label for="PF" class="form-check-label">Plan de formation</label>
</div>
and for my textbox I store it like this
$cl = new Client;
$cl->tel_1 = $request->input('tel_1');