@use('app\Helpers\Helpers') @extends('frontend.layout.master') @section('title', @$page?->title ) @section('breadcrumb') @endsection @section('content') @if ($page)

{{ $page?->title }}

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