@if($mentors) @foreach($mentors as $_mentors) @php $linkedin_profile = $_mentors->linkedin_profile ?? ""; $mobile = $_mentors->mobile ?? ""; $email = $_mentors->email ?? ""; $instagram_profile = $_mentors->instagram_profile ?? ""; $checked = ""; if($_mentors->user_checked == 'true') { $checked = "checked"; } $assigned_roles = @json_decode(@$_mentors->assigned_roles) ?? []; $strtp_cat_arr = @JSON_DECODE(@$_mentors->strtp_cat_object) ?? []; @endphp