@extends('layouts.default') @section('content')
@foreach ($listSection as $key => $section) @includeIf('sections.'.$section, [ 'sectionIndex' => $key, 'sectionContent' => $sectionContent ]) @endforeach
@endsection