@extends('layout.mobile.main') @section('mobile')
| Nama Lengkap | : | {{ Auth()->user()->accName }} |
|---|---|---|
| : | {{ Auth()->user()->email }} | |
| Nama Pengguna | : | {{ Auth()->user()->username }} |
| ID Pengguna APK | : | {{ Auth()->user()->username . 'E09s' }} |
| Mata Uang | : | IDR |
| Jumlah | Tanggal/Waktu | Status |
|---|---|---|
| IDR {{ $damount }} | @else @endif{{ $deposit->created_at }} | {{ $deposit->id . 'Nex-U09' }} @if ($deposit->status_id == 1) @elseif($deposit->status_id == 2) @elseif($deposit->status_id == 3) @else @endif |
| Tidak ada data. | ||
| Jumlah | Tanggal/Waktu | Status |
|---|---|---|
| IDR {{ $wamount }} | @else @endif{{ $withdraw->created_at }} | {{ $withdraw->id . 'Nex-U09' }} @if ($withdraw->status_id == 1) @elseif($withdraw->status_id == 2) @elseif($withdraw->status_id == 3) @else @endif |
| Tidak ada data. | ||