@extends('layouts.frontend.main') {{-- content --}} @section('content')

OE number

{!! Form::select('id', $list['car_maker'], '', [ 'class' => 'form-select', 'id' => 'input1', 'placeholder' => 'select car maker', ]) !!}
{!! Form::text('id', '', [ 'class' => 'form-control', 'id' => 'input2', 'placeholder' => '', ]) !!}
@endsection {{-- css --}} @section('css') @stop {{-- js --}} @section('js') @stop