@extends('index') @section('content') @include('artist-management.nav', ['artist' => $artist])
{{ thousandsCurrencyFormat(\App\Models\Order::where('user_id', auth()->user()->id)->count()) }}
{{ __('web.SALES') }}
{{ thousandsCurrencyFormat(intval($counts->playSong)) }}
{{ __('web.PLAYS') }}
{{ thousandsCurrencyFormat(intval($counts->favoriteSong)) }}
{{ __('web.FAVORITES') }}
{{ thousandsCurrencyFormat(intval($counts->collectSong)) }}
{{ __('web.COLLECTORS') }}