@extends('layouts.frontend.main') {{-- content --}} @section('content')
@foreach($detail1 as $key => $value)
{!! $value !!}
########
@endforeach @foreach($detail2 as $key => $value)
{!! $value !!}
########
@endforeach

Applicable vehicles

This part is compatible with the following vehicles that use its corresponding OEM part.

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