@php
$image = Auth::user()->getFirstMedia('image');
@endphp
@isset($image)
 }})
@else
{{ ucfirst(substr(Auth::user()?->first_name ,0, 1))}}
@endisset
Welcome back {{ \Illuminate\Support\Str::title(Auth::user()->first_name ?? '') }} {{ \Illuminate\Support\Str::title(Auth::user()->last_name ?? '') }} !
{{ \App\Models\Blog::all()->count() }}
Total Blogs