@foreach($users as $user) @endforeach
Account Status VSID First Name Last Name Email Referred By Account Type Renewal Date Expiration Date
@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')}}