Laravel.io
{!! Form::open(['url'=>route('form.tools.support'), 'method'=>'POST','enctype'=>'text/plain','class'=>'form-inline','id'=>'model']) !!}

                 

                        <label class="col-sm-4 control-label" for="quantity"><strong>Quantity:</strong></label>
                        <input class="form-control col-sm-8 mb-1" type="number" size="2" name="quantity" min="1" max="10" value="1">

                        <label class="col-sm-4 control-label" for="email"><strong>Email:</strong></label>
                        <input class="form-control col-sm-8 mb-1" type="email" name="email" placeholder="email">

                        <label class="col-sm-4 control-label" for="tel"><strong>Phone:</strong></label>
                        <input class="form-control col-sm-8 mb-1" type="tel" name="phone" placeholder="Phone">

                        <label class="col-sm-4 control-label" for="firstname"><strong>First Name:</strong></label>
                        <input class="form-control col-sm-8 mb-1" type="text" name="firstname" placeholder="First Name">

                        <label class="col-sm-4 control-label" for="lastname"><strong>Last Name:</strong></label>
                        <input class="form-control col-sm-8 mb-1" type="text" name="lastname" placeholder="Last Name">

                        <label class="col-sm-4 control-label" for="pcode"><strong>Postal Code:</strong></label>
                        <input class="form-control col-sm-8 mb-1" type="text" name="pcode" placeholder="Postal Code">

                        <label class="col-sm-4 control-label" for="province"><strong>Province:</strong></label>
                        <input class="form-control col-sm-8 mb-1" type="text" name="province" placeholder="Province">

                        <label class="col-sm-4 control-label" for="city"><strong>City/municipality:</strong></label>
                        <input class="form-control col-sm-8 mb-1" type="text" name="city" placeholder="City/municipality">

                        <label class="col-sm-4 control-label" for="street"><strong>Street:</strong></label>
                        <input class="form-control col-sm-8 mb-1" type="text" name="street" placeholder="Street">

                        <label class="col-sm-4 control-label" for="house_num"><strong>House num:</strong></label>
                        <input class="form-control col-sm-8 mb-1" type="text" name="house_num" placeholder="House num">

                        <div class="col-sm-12 text-right">
                            <button type="submit" class="btn btn-primary col-sm-4">Submit</button>
                        </div>

                    {!! Form::close()!!}

Please note that all pasted data is publicly available.