{{$response['terminal']->username}} |
Balance {{ number_format(floatval($response['terminal']->balance), 2, '.', '') }} |
Total In {{ number_format(floatval($response['terminal']->total_in), 2, '.', '') }} |
Total Out {{ number_format(floatval($response['terminal']->total_out), 2, '.', '') }} |
Total {{ number_format(floatval($response['terminal']->count_balance), 2, '.', '') }} |
@if (Auth::user()->hasRole('admin'))
@endif |