@extends('admin.layouts.app') @section('container', 'dashboard-container-lg') @section('section', d_trans('KYC Verifications')) @section('title', d_trans('KYC Verifications')) @section('header_title', d_trans('KYC Verification #:kyc_verification_id', ['kyc_verification_id' => $kycVerification->id])) @section('back', route('admin.kyc-verifications.index')) @section('content') @if ($kycVerification->isApproved())
{{ d_trans('This request has been approved and the KYC status is verified') }}
{{ d_trans('This request has been rejected because of the reason below') }}