@extends('layouts.app') @section('title') {{ __('Danh sách tài khoản') }} @endsection @section('list_account') active @endsection @section('section.header')

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

@endsection @section('section.content')

{{ __('Danh sách') }}

@if (Session::has('success'))
{{ Session::get('success') }}
@endif @if (Session::has('error'))
{{ Session::get('error') }}
@endif
{{ __('type') }} {{ __('account') }} {{ __('identify') }} {{ __('balance') }} {{ __('remaining_month_day') }} {{ __('remaining_limit_month') }} {{ __('account_type') }} {{ __('status') }} {{ __('Tình trạng') }} {{ __('created_date') }}
{{-- modal show when relogin --}}
@endsection @section('scripts') @endsection @section('styles') @endsection