@extends(template().'layouts.user') @section('title',trans('Referral')) @section('content')

@lang("Referral")

@lang('Referral Link')
@lang('Referrals List')
@if(0 < count($directReferralUsers))
@forelse($directReferralUsers as $user) @empty @endforelse
@lang('Username') @lang('Level') @lang('Email') @lang('Phone Number') @lang('Joined At')
@if(count(getDirectReferralUsers($user->id)) > 0) @endif @lang($user->username) @lang('Level 1') {{$user->email}} {{$user->phone}} {{dateTime($user->created_at)}}

@lang('Referral history is empty here!.')

@endif @if(count($directReferralUsers) < 1)
Image Description

@lang("No referrals available to display.")

@endif
@endsection @push('script') @endpush