@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 {{ $_mentors->full_name }} @if(@$strtp_cat_arr)
@foreach($strtp_cat_arr as $cat_id => $_category_name)
{{ $_category_name }} @if($loop->index == 2 ) View More @break @endif
@endforeach
@else -- @endif @endforeach @else No Record Found @endif