{{ PageTitle::getTitle(false) }}
@hasSection('content')
@yield('content')
@else
{!! Theme::content() !!}
@endif
@extends(Theme::getThemeNamespace('layouts.master'))
@section('head')
@if (BaseHelper::isRtlEnabled())
@endif
@stop
@section('body')