@extends('front.layouts.app4') @if ($customPage['seo_title']) {{ $customPage['seo_title'] }} | {{ getAppName() }} @else {{ $customPage['title'] }} | {{ getAppName() }} @endif @section('content')
{!! $customPage->description !!}
@endsection