@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') @section('content') @if(!empty($contentDetails))

@if(!empty($pageDetails->page_name)) {!! $pageDetails->page_name !!} @endif

{{--
--}} {{--
--}} {{--
--}} {{--
    --}} {{--
  • 1
  • --}} {{--
  • 2
  • --}} {{--
  • 3
  • --}} {{--
  • 4
  • --}} {{--
  • 5
  • --}} {{--
  • 6
  • --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
@endif @endsection