@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, ])
@csrf @if ($error = session('error'))
{{ $error }}
@endif
@if ($error = $errors->first('contact'))
{{ $error }}
@endif
@if ($error = $errors->first('order_code'))
{{ $error }}
@endif
@endsection