@extends('layouts.admin') @section('style') @endsection @section('script') @if (\Session::has('message')) @endif @endsection @section('content')

Quản lý hạn mức sđt

@foreach($accounts as $account) @include('AdminPage.AccountLevelMoney.row') @endforeach
ID SĐT Trò chơi Min Max Trạng thái CHỨC NĂNG
@endsection