@extends('frontend.layout') @section('content') @if(!empty($content)) @include($content) @endif() @stop