@extends('layouts.home') @section('content') @foreach($sections as $section) {{$section->loadLayout()}} @include('partials.' . $section->layout, ['data' => $section, 'advs' => $section->getAdvs(), 'videos' => $videos]) @endforeach @stop @section('extra_js') @stop