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

Toyota

{!! Form::select('id', $list, '', [ 'class' => 'form-select', 'id' => 'input1', 'placeholder' => 'select car maker', ]) !!}

Please enter the alphabets or numbers included in the model name.

@endsection {{-- css --}} @section('css') @stop {{-- js --}} @section('js') @stop