@extends('layouts.frontend.main') {{-- content --}} @section('content')

Car Make

@foreach($list as $key => $value) {!! $value !!} @endforeach
@endsection {{-- css --}} @section('css') @stop {{-- js --}} @section('js') @stop