@extends($_layout . 'master')
{{-- @section('title', $account->formConfig->title) --}}
@include($_lib . 'register-meta')
@section('body.class', 'payment-page')
@section('content')
@include($_template . 'page-header', [
'title' => $page_title,
// 'sub_title' => isset($category) && $category->description ? $category->description : $dynamic->description,
])
@endsection