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

{!! $title !!}

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