@if($selected_consultants && count($selected_consultants) > 0) @foreach ($selected_consultants as $id => $title)
{{$title}}
@endforeach @endif
    @if($all_consultants) @foreach ($all_consultants as $consultant)
  • {{$consultant->full_name()}} ({{$consultant->email}})
  • @endforeach @endif
@error('selected_consultants') {{ $message }} @enderror
Cancel