{{ __('web.USER_RECENT_LISTENS') }}
@if ((auth()->check() && auth()->user()->username == $profile->username))
@include('commons.song', ['songs' => $profile->recent, 'element' => 'genre'])
@extends('index') @section('content') @include('profile.nav')
{{ $profile->bio }}
{{ __('web.EMPTY_LISTENS_DESC_OWNER') }}
@else{{ __('web.EMPTY_LISTENS_DESC') }}
@endifComments are turned off.
@endif
Comments are turned off.
@endif