@extends('layouts/layoutMaster') @section('title', $page->title ) @section('content')
{{ $page->title }}

{{ $page->content }}

@if($page->featured_image) Featured Image @endif
{!! $page->content !!}
@if($page->gallery_images) @endif @if($page->video) @endif

SEO Fields

Meta Key {{ $page->meta_key }}
Meta Description {{ $page->meta_description }}/td>
Back to pages
@endsection