@php
$image = auth()->user()->getFirstMedia('image');
@endphp
@isset($image)
@else
@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