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

{{$page->title}}

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