Laravel – Attempt to read property "slug" on null
I'm encountering an issue in my Laravel application when I try to access the URL https://example.com/sitemaps.xml. The error message I receive is 'Attempt to read property "slug" on null'. The error seems to be originating from the following line in…