@extends(getTemplate().'.view.layout.layout') @section('page')

Earnings of all users

@foreach($users as $user) @endforeach
{{ $user->name }} {{ currencySign() }}{{ number_format($user->credit) }}
Total to pay: {{ currencySign() }}
@endsection