@extends('user.layouts.master') @section('title', $pgtitle) @section('desc', $pgdesc) @section('keyword', $pgkeyword) @section('content')

{{ $title }}

@if(!blank($subtitle))

{{ $subtitle }}

@endif
{!! $content !!}
@if ($showContactForm) @include('misc.contact-form') @endif
@endsection