@extends('back.layout') @section('title') {{ __('g47') }} - {{ __('n1') }} @endsection @section('content')

{{ __('g48') }}

{{-- All Users --}} @if (count($users) > 1)
@foreach ($users as $user) @if ($user->id != 1) @endif @endforeach
# {{ __('g50') }} {{ __('h1') }} {{ __('h2') }} {{ __('h3') }}
{{ $user->id }} {{ $user->name }} {{ $user->balance }} TRX {{ \App\Models\User::find( $user->id)->completed_tasks }}
    @else

    {{ __('h4') }}

    @endif
    @endsection @section('jss') @endsection