@extends('layouts.marketing') @section('content')

{{$page->title}}

Print @if(!empty($page->presentation_image)) Download Image @endif


{!!$page->content !!}
@endsection @push('styles') @endpush @push('scripts') {!! Html::script('js/printThis.js') !!} @endpush