avatar; $storagePath = storage_path('app/public/avatars/' . $usersAvatar); return Image::make($storagePath)->response(); } }