@extends($activeTemplate . 'layouts.master')
@section('content')
@php
$kyc = getContent('kyc.content', true);
@endphp
@if (auth()->check() && $author->isAuthor())
@if ($pendingProducts)
{{ __(@$kyc->data_values->reject) }}
@lang('Click here') @lang('to show the reason').
@lang('Click Here to Re-submit Documents').
@lang('See KYC Data')
{{ __(@$kyc->data_values->required) }} @lang('Click Here to Submit Documents')
{{ __(@$kyc->data_values->pending) }} @lang('See KYC Data')
{{ __($becomeAuthor->details) }}
{{ __($becomeAuthor->button_text) }}