@extends('site.layouts.' . $pageTemplate) @if ($page) @endif @section('contents')
@if ($page)

{{ $page->title }}

@if ($page->featured_image) {{ pathinfo($page->featured_image, PATHINFO_FILENAME) }} @endif
{!! $page->contents ?? 'No Contents' !!}
@else

Page Not Found !

@endif
@endsection