@if( Auth::user()->hasRole(['cashier']) )
@php
$shop = \VanguardLTE\Shop::find( auth()->user()->present()->shop_id );
echo $shop?number_format($shop->balance,2,".",""):0;
@endphp
@if( auth()->user()->present()->shop )
{{ auth()->user()->present()->shop->currency }}
@endif
@else
{{ number_format(auth()->user()->present()->balance,2,".","") }}
@if( auth()->user()->present()->shop )
{{ auth()->user()->present()->shop->currency }}
@endif
@endif
Credits
{{$total_in - $total_out}}
Total
@foreach ($newStats as $stat)
@include('backend.newbackend.stats.row')
@endforeach