@extends('layouts.app') @section('title') {{ __('Ví USDT') }} @endsection @section('usdt') active @endsection @section('section.header')

{{ __('Ví USDT') }}


@endsection @section('section.content')
Loading...
Đang tính toán, vui lòng chờ...

{{ __('list') }}

{{ __('Thêm ví') }} {{-- {{ __('export_excel') }} --}}
@if (Session::has('success'))
{{ Session::get('success') }}
@endif @if (Session::has('error'))
{{ Session::get('error') }}
@endif
{{ __('ID') }} {{ __('Loại') }} {{ __('Mạng') }} {{ __('Địa chỉ ví') }} {{ __('Trạng thái') }} {{ __('Tình trạng') }} {{ __('Thời gian tạo') }} {{ __('operation') }}
Chỉnh sửa Ví USDT

@csrf @method('PUT')
@endsection @section('scripts') @endsection @section('styles') @endsection