@if ($earnings[0]->montant == "")
@php $earning=0 @endphp
@else
@php $earning=$earnings[0]->montant @endphp
@endif
@if($currency->symbol_at_right=="true")
{{number_format($earning,$currency->decimal_digit)}}{{$currency->symbole}}
@else
{{$currency->symbole}}{{number_format($earning,$currency->decimal_digit)}}
@endif
{{trans('lang.dashboard_total_earnings')}}