You can use the data_get() method to safely access a nested array value
- ·
- Telegram
- ·
- Newsletter
💡#Laravel Tip: Dealing with deeply-nested arrays can result in missing key / value exceptions. Fortunately, Laravel's data_get() helper makes this easy to avoid. It also supports deeply-nested objects.