@use('app\Helpers\Helpers') @extends('frontend.layout.master') @section('title', @$page?->title ) @section('breadcrumb') {{__('frontend::static.blogs.home')}} {{__('frontend::static.blogs.blogs')}} {{ $page->title }} @endsection @section('content') @if ($page) {{ $page?->title }} {!! $page?->content !!} @endif @endsection