@extends('plugins/real-estate::themes.dashboard.layouts.master') @section('content') @if ($messageType == 'kyc-pending')
{{ trans('plugins/kyc-document::kyc-document.document_pending_approval.description') }}

{{ trans('plugins/kyc-document::kyc-document.document_pending_approval.click_here') }} {{ trans('plugins/kyc-document::kyc-document.document_pending_approval.complete_link') }}
@else
{{ trans('plugins/real-estate::account.pending_approval.description') }}
@endif @stop