@extends(ucfirst(getScope()).'.Layout.master') @section('content')
{{ _mt($moduleId, 'ReferralList.Total') }}
{{ $downlines->count() }}
{{ _mt($moduleId, 'ReferralList.Today') }}
{{ $todayJoined }}
{{ _mt($moduleId, 'ReferralList.thisMonth') }}
{{ $thisMonthJoined }}
{{ _mt($moduleId, 'ReferralList.thisYear') }}
{{ $thisYearJoined }}
@endsection