@include('flash::message')
{{ trans('socialite::common.upload_new') }}
@if(Auth::user()->timeline->background_id != NULL)
{{ trans('socialite::common.active_wallpaper') }}
@if(Auth::user()->timeline->background_id == Auth::user()->timeline->wallpaper->id)
{{ trans('socialite::common.active') }}
@endif
@endif
{{ trans('socialite::common.select_from_existing') }}
@if(count($wallpapers) > 0)
@foreach($wallpapers as $wallpaper)
-
@if(Auth::user()->timeline->background_id == $wallpaper->media->id)
{{ trans('socialite::common.active') }}
@endif
@endforeach
@else
{{ trans('socialite::common.no_existing_wallpapers') }}
@endif