@if($is_verified == 0)
@if(isset($redirect))
Approve
@else
Approve
@endif
@endif
@if($is_verified == 1)
Verified
@endif
@if($is_verified == 2)
Rejected
{{ $remarks }}
@endif
@if(isset($profile_image_links) && $profile_image_links != 0)
Profile Images
@endif