@extends('layouts.app') @section('title', $page->meta_title ?: $page->title) @section('description', $page->meta_description ?: \Illuminate\Support\Str::limit(strip_tags($page->content), 160)) @section('content')