We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ErrorException
foreach() argument must be of type array|object, null given
🎯 Illuminate\Foundation\Bootstrap\HandleExceptions::handleError 📄 /resources/views/individuals/partials/about.blade.php
17 <h3>{{ __('As an Accessibility Consultant, :name can help with:', ['name' => $individual->firstName]) }}</h3> 18 <ul> 19* @foreach ($individual->consulting_services as $service) 20 <li>{{ App\Enums\ConsultingService::labels()[$service] }}</li> 21 @endforeach
Open in Flare
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ErrorException
foreach() argument must be of type array|object, null given
🎯 Illuminate\Foundation\Bootstrap\HandleExceptions::handleError
📄 /resources/views/individuals/partials/about.blade.php
Open in Flare
The text was updated successfully, but these errors were encountered: