@extends('storefront.layouts.main') @section('title', $page->meta_title ?? $page->title) @section('meta_description', $page->meta_description ?? '') @section('content')

{{ $page->title }}

@if($page->slug === 'announcements') Latest news and updates from our team @elseif($page->slug === 'knowledge-base') Guides and tutorials to help you get started @elseif($page->slug === 'network-status') Real-time status of our infrastructure @elseif($page->slug === 'about-us') Learn more about who we are @elseif($page->slug === 'terms-of-service') Please read our terms carefully @elseif($page->slug === 'privacy-policy') How we handle your data @else {{ $page->meta_description ?? '' }} @endif

{!! $page->content !!}

Need Help?

Our support team is available to assist you.

Contact Us @auth
Open Ticket @endauth
@endsection @push('styles') @endpush