| @if ($user->current_flag == '1') Active @else Inactive @endif |
{{ $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')}} |
@endforeach