@extends('layouts.app') @section('css') @endsection @section('page-header') @endsection @section('content')

{{ __('Users List') }}

{{ __('Registation Date') }} {{ __('Avatar') }} {{ __('Full Name') }} {{ __('Email') }} {{ __('Status') }} {{ __('Balance') }} ({{ config('payment.default_system_currency') }}) {{ __('Characters Left') }} {{ __('User Group') }} {{ __('Actions') }}
@endsection @section('js') @endsection