I just installed a fresh copy of the starter kit for Metronic Laravel (v8.3.2)
Attempt to read property "profile_photo_url" on null
detailed error message is there
Any help?
C:\Laravel\starterkit\resources\views\layout\partials\sidebar-layout\header\_navbar.blade
.php : 43
@if(Auth::user()->profile_photo_url)
<img src="{{ \Auth::user()->profile_photo_url }}" class="rounded-3" alt="user" />
@else
<div class="symbol-label fs-3 {{ app(\App\Actions\GetThemeType::class)->handle('bg-light-? text-?', Auth::user()->name) }}">
{{ substr(Auth::user()->name, 0, 1) }}
</div>
@endif