@extends('front.axies.user.master') @section('user_page')
@csrf
@if(!$user->email_verified_at)
@endif
@if(config('affiliate.enabled') && mb_strlen($user->affiliate_name))
@if(config('affiliate.cashout_methods.paypal_account')) @endif @if(config('affiliate.cashout_methods.bank_account')) @endif
@endif
@endsection