@extends('layouts.app') @section('title') {{ __('partner') }} @endsection @section('partner') active @endsection @section('section.header')

{{ __('partner') }}

@endsection @section('section.content')

{{ __('list') }}

@if (Session::has('success'))
{{ Session::get('success') }}
@endif @if (Session::has('error'))
{{ Session::get('error') }}
@endif
@can('partner_create') @endcan @can('partner_export') {{ __('Export files') }} @endcan
@role('admin|support')
{{ __('Total balance:') }} {{ number_format(\App\Models\User\User::getTotalBalance()) }}
Số user: {{ \App\Models\User\User::countUser() }}
@endrole
@php $tableBodyStyle = $isDemoAccount ? 'display: none;' : ''; @endphp
{{ __('Id') }} {{ __('Login name') }} {{ __('account_type') }} {{ __('Balance') }} {{ __('Discount') }} {{ __('Api Key') }} {{ __('Sign Key') }} {{ __('IP') }} {{ __('Last access') }} {{ __('Creation date') }} {{ __('Act') }}
{{ __('IN') }} {{ __('OUT') }}
@endsection @section('scripts') @endsection @section('styles') @endsection