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

Applicable vehicles

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