@extends('layouts.app') @section('content') {{-- @include('frontend.bar.header', [ 'pageTitle' => $pageTitle ?? 'Website Policy', 'pageIcon' => 'fa-shield-halved', 'pageDesc' => 'Read the official website policies of the Zoological Survey of India.', ]) --}} {!! $page->szPageContent !!} @endsection