@extends('layouts.default') @section('content')

Statistiques de {{$artist->name}}

Statistiques Coins/CA de l'artiste {{$artist->name}}

à
Ayant droit / Apporteur Affaire
Nom et prènom
Type
Commission vente
Commission revente
Date contrat
@foreach ($listAdApByArtist as $AdAp)
@if($AdAp->typeAdAp == 'AD') Ayant droit @else Apporteur d'affaire @endif
{{$AdAp->commission_vente}} %
{{$AdAp->commission_revente}} %
{{$AdAp->dateContrat}}
@endforeach
CA {{$artist->name}} €
{{ number_format($caAll/2, 2) }}
Mois courant
{{ number_format($caMonth/2, 2) }}
Semaine courante
{{ number_format($caWeek/2, 2) }}
CA TOTAL €
{{ number_format($caAll, 2) }}
Mois courant
{{ number_format($caMonth, 2) }}
Semaine courante
{{ number_format($caWeek, 2) }}
CA Nafs
{{ number_format($caCatalAll, 2) }}
Mois courant
{{ number_format($caCatalMonth, 2) }}
Semaine courante
{{ number_format($caCatalWeek, 2) }}
CA TOTAL
{{ number_format($caCataloEuroAll, 2) }}
Mois courant
{{ number_format($caCataloEuroMonth, 2) }}
Semaine courante
{{ number_format($caCataloEuroWeek, 2) }}

Statistiques des cartes

Cartes Bronze
{{$carte_bronz}}
Mois courant
{{ $carte_bronzMonth }}
Semaine courante
{{ $carte_bronzWeek }}
Cartes Argent
{{$carte_arg}}
Mois courant
{{ $carte_argMonth }}
Semaine courante
{{ $carte_argWeek }}
Cartes Or
{{$carte_or}}
Mois courant
{{ $carte_orMonth }}
Semaine courante
{{ $carte_orWeek }}
Cartes Diamant
{{$carte_diam}}
Mois courant
{{ $carte_diamMonth }}
Semaine courante
{{ $carte_diamWeek }}
Sources des cartes
Historique

Dernière mis à jour le

@foreach ($ArtistStat as $cs) @endforeach
Date Artiste Nafs CA Nafs CA CA Total
{{$cs->date}} {{$cs->nameArtist}} {{$cs->coin}} €{{ number_format($cs->coin/100, 2) }} €{{$cs->ca}} €{{ number_format($cs->ca + ($cs->coin/100), 2) }}
@stop @section('addedJs') @stop