@extends('layouts.frontend.main') {{-- content --}} @section('content') Toyota Aqua Model Year ######## Engine Code ######## Displacement ######## Transmisstion type ######## Back Select by product {!! Form::select('id', [''=>'select ...'], '', [ 'class' => 'form-select', 'id' => 'input1', 'placeholder' => 'select car maker', ]) !!} Filter by category @for($i = 1; $i <= 8; $i++) Part name / product line-up @foreach($list as $key => $value) {!! $value !!} ######## @endforeach @endfor @endsection {{-- css --}} @section('css') @stop {{-- js --}} @section('js') @stop