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
🎯 /resources/views/components/translation-manager.blade.php 🗂 /resources/views/components/translation-manager.blade.php:3
1 <div> 2 <x-expander level="2" :summary="__('Edit page translations')"> 3* @foreach ($model->languages as $language) 4 <div x-data="modal()"> 5 <p class="repel">{{ get_language_exonym($language) }}@if (count($model->languages) > 1)
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
🎯 /resources/views/components/translation-manager.blade.php
🗂 /resources/views/components/translation-manager.blade.php:3
Open in Flare
The text was updated successfully, but these errors were encountered: