@extends('frontend.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