@extends('user.user_dashboard') @section('home')
@csrf

Digital Influencer Onboarding

@php $referralLink = url('/register?ref=' . auth()->user()->username); @endphp
@error('espees_username') {{ $message }} @enderror
@error('espees_wallet_address') {{ $message }} @enderror
@endsection