@if(Auth::guard('agent')->user()->kyc_status == 'Not Submitted')
KYC Pending Submit your kyc and activate your account.
Complete KYC
@endif
@if(Auth::guard('agent')->user()->kyc_status == 'Pending')
KYC Awaiting Approval, will get back soon
@endif