@extends('layouts.frontend.main') {{-- content --}} @section('content') Toyota {!! Form::select('id', $car_model, '', [ 'class' => 'form-select', 'id' => 'input1', 'placeholder' => 'select car model', ]) !!} Please enter the alphabets or numbers included in the model name. Search Reset Back @endsection {{-- css --}} @section('css') @stop {{-- js --}} @section('js') @stop
Please enter the alphabets or numbers included in the model name.