@extends($activeTemplate . 'layouts.master') @section('master') @php $kycContent = getContent('kyc_instructions.content', true); @endphp
@lang('Referral Link')
@if ($user->kv == Status::KYC_UNVERIFIED && $user->kyc_rejection_reason) @elseif ($user->kv == Status::KYC_UNVERIFIED) @elseif($user->kv == Status::KYC_PENDING) @endif
@lang('Bet Chart')
@lang('Latest Transaction History')
@include($activeTemplate . 'partials.transaction_table')
@if ($user->kv == Status::KYC_UNVERIFIED && $user->kyc_rejection_reason) @endif @endsection @push('style-lib') @endpush @push('script-lib') @endpush @push('script') @endpush