Это мой <div>
для создания формы.
<div class="row">
<div class="col-sm-5">
<x-selects.singlehorizontal id='product_id' label='ProductID' :option='App\Product::pluck("code","id")' placeholder='null'/>
</div>
<div class="col-sm-5">
<x-inputs.texts.horizontal id='Lot' type='text' label='Lot No'/>
</div>
</div>
<div class="row">
<div class="col-sm-5">
<x-selects.singlehorizontal id='endproduct_id' label='End Product Name' :option='App\Product::pluck("code","id")' placeholder='null'/>
</div>
<div class="col-sm-5">
<x-inputs.datehorizontal id='pro_date' label='ProDate'/>
</div>
</div>
, который будет отображаться так
[Question] : [Input] [Question] : [Input] +----------+
[Question] : [Input] [Question] : [Input] |[Question]|
[Question] : [Input] [Question] : [Input] |----------|<- I I want to make a box with 5 lines
[Question] : [Input] [Question] : [Input] | |
[Question] : [Input] [Question] : [Input] | [Input] |
[Question] : [Input] [Question] : [Input] +----------+
и справа, ... это возможно с <div>
а как подогнать поле ввода к высоте поля?