@extends('frontend.layouts.app') @section('title', $page->meta_title ?: $page->title) @section('description', $page->meta_description ?: \Illuminate\Support\Str::limit(strip_tags($page->content), 160)) @if($page->featured_image) @section('og_image', \App\Services\ImageService::url($page->featured_image, 'large')) @endif @section('content')
@if($page->featured_image)
{{ $page->title }}

{{ $page->title }}

@else

{{ $page->title }}

@endif
{!! $page->content !!}
@endsection