@extends('admin.layouts.admin') @section('title', 'Tiếp thị liên kết') @section('content')
| ID | Người yêu cầu | Thông tin | Trạng thái | Ngày tạo |
|---|---|---|---|---|
| {{ $withdraw->id }} | {{ $withdraw->user->username }} |
|
@if ($withdraw->status == 'pending')
Chờ xử lý @elseif($withdraw->status == 'success') Thành công @endif |
{{ $withdraw->created_at->format('d/m/Y H:i') }} |