@extends('layouts.frontend.main') {{-- content --}} @section('content') Car Make @foreach($list as $key => $value) {!! $value !!} @endforeach Back @endsection {{-- css --}} @section('css') @stop {{-- js --}} @section('js') @stop