@csrf
Area of Expertise

What are your areas of expertise?

@foreach($expertise as $exp) @php $slug = \Str::slug($exp); @endphp
@if ($user_expertise->contains('title', $exp)) @else @endif
@endforeach