@include('frontend.student.settings.sidebar')
@endif
My Referral Code
{{ auth::user()->referral_code }}
@if(isset($referrences) && isset($referrencesToday))
Total Leads: {{count($referrences)}}
Today Leads: {{count($referrencesToday)}}
Today Leads: {{count($referrencesToday)}}
{{__('My Reference')}}
| Sr.No | Name | Student ID | Joining Date | |
|---|---|---|---|---|
| {{ $loop->iteration }} | {{ isset($reference->name) ? @$reference->name : '' }} | {{ isset($reference->referral_code) ? $reference->referral_code : '' }} | {{ isset($reference->student->created_at) ? $reference->student->created_at : '' }} | @if( isset($reference->area_code) && $reference->mobile_number) Whatsapp @else No Whatsapp number entered @endif |