@extends('frontend.master') @section('og_title', 'Custom Page Title') @section('og_description', 'This is a custom Open Graph description.') @section('og_image', 'https://example.com/custom-image.jpg') @section('og_url', 'https://example.com/custom-page-url') @section('stylesheet') @endsection @section('content')
@if(!empty($pageDetails->title))

{!! $pageDetails->title !!}

@endif
{{-- asdfasdfa sdfas d--}} @if(!empty($sidebarDetails)) @endif
@endsection