Users
| VSID | First Name | Last Name | Referred By | Account Type | Renewal Date | Expiration Date | Status | |
|---|---|---|---|---|---|---|---|---|
| {{ $user->vsid }} | {{ $user->first_name }} | {{ $user->last_name }} | {{ $user->email }} | @if($user->referral_user_id > 0) {{ $user->referral_id }} @endif | {{$user->account_type}} | {{ \Carbon\Carbon::parse($user->renewal_date)->format('m/d/Y')}} | {{ \Carbon\Carbon::parse($user->expiration_date)->format('m/d/Y')}} | @if ($user->current_flag == 1) @else @endif |