Interested in
{{-- --}}
@php if (array_diff($interests->pluck('id')->toArray(), $selected_interests) == []) { $all_interests = 'true'; } else { $all_interests = 'false'; } @endphp {{-- --}}
@foreach ($interests as $interest)
@php $if_exist = in_array($interest->id, $selected_interests); @endphp
@endforeach
@if ($fromModal) Save @else Save @endif
Cancel