vendredi 10 avril 2020

Undefined variable: businessType (View: /home/hvypages/public_html/modules/Directory/Resources/views/admin/business/edit.blade.php) [duplicate]

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