@extends('frontend.layouts.app') @section('title', $title) @section('description', $description) @section('content') {{ $heading }} {{ $description }} @if($content) {!! $content !!} @else {{ $fallback }} @endif @endsection
{{ $description }}
{{ $fallback }}