@extends('layouts.admin') @section('style') @endsection @section('script') @endsection @section('content')

{{ $GetSetting->game }}

@foreach($getLichSuBank as $row) @endforeach
SĐT BANK SĐT NGƯỜI NHẬN SỐ TIỀN NỘI DUNG RESPONSE WEB2M TIME
{{ $row['sdtbank'] }} {{ $row['nguoinhan'] }} {{ number_format($row['sotien']) }}đ {{ $row['noidung'] }} {{ json_encode( json_decode($row['response']), JSON_UNESCAPED_UNICODE ) }} {{ $row['created_at'] }}
@endsection