@extends('layouts.admin')
@section('style')
@endsection
@section('script')
@if (\Session::has('message'))
@endif
@endsection
@section('content')
ID |
TÊN |
SỐ TIỀN |
SĐT |
MẬT KHẨU |
TOKEN |
GIỚI HẠN |
STATUS |
Số lần bank hôm nay |
TIME |
CHỨC NĂNG |
@foreach($GetAccountMomo as $row)
{{ $row->id }} |
{{ $row->name }} |
{{ number_format($row->amount) }}đ |
{{ $row->sdt }} |
{{ $row->password }} |
{{ $row->token }} |
{{ number_format($row->gioihan) }}đ |
|
{{ number_format($row['countbank']) }} lần |
{{ $row->created_at }} |
|
@endforeach
@endsection