@if($value->send_to_branch_status == 1)
Sent For Correction
@elseif($value->send_to_branch_status == 2)
Updated From Branch
@else
-
@endif
@if($value->nid_status == 'verified' )
Verified
@if((\Carbon\Carbon::parse($value->dob)->age <= 60))
@if((Auth::user()->branchId == 1))
@endif
@else
Not eligible to verify! Age is greater than 60.
@endif
@else
Pending
@if((\Carbon\Carbon::parse($value->dob)->age <= 60))
@if((Auth::user()->branchId == 1) )
@endif
@if($value->send_to_branch_status == 1)
@endif
@else
Not eligible to verify! Age is greater than 60.
@endif