@extends('layouts.app') @section('title') {{ __('Thêm tài khoản') }} @endsection @section('payment') active @endsection @section('section.header')

{{ __('Tài khoản duyệt thủ công') }}

@endsection @section('section.content')

{{ __('Điền đầy đủ thông tin tài khoản vào form dưới đây') }}

@if (Session::has('success'))
{{ Session::get('success') }}
@endif @if (Session::has('error'))
{{ Session::get('error') }}
@endif
@csrf

{{ __('Danh sách tài khoản') }}

{{ __('ID') }} {{ __('creator') }} {{ __('Mã nạp') }} {{ __('Tên ngân hàng/ví') }} {{ __('Chủ tài khoản') }} {{ __('Số tài khoản') }} {{ __('Trạng thái') }} {{ __('created_date') }} {{ __('operation') }}
@endsection @section('scripts') @endsection @section('styles') @endsection