@extends('layouts.frontend.main') {{-- content --}} @section('content') Part name / product line-up @foreach($list as $key => $value) {!! $value !!} ######## @endforeach Back Applicable vehicles Search @endsection {{-- css --}} @section('css') @stop {{-- js --}} @section('js') @stop