@extends('layouts.app') @section('title', $content['title']) @section('seo-description') @if(!empty( $content['metaDescription'])) {{ $content['metaDescription'] }} @elseif(!empty( $content['content'])) {{ substr(strip_tags($content['content']), 0, 150) }}... @endif @endsection @section('content')

{{ $content['title'] }}

{{--
--}} {{----}} @if(!empty( $content['content'])) {!! $content['content'] !!} @endif
@endsection