@extends('guard.layouts.app') @section('title', 'Rút Tiền') @section('content')
| ID | Số Tiền | Ngân Hàng | Tài Khoản | Chủ Tài Khoản | Trạng Thái | Ngày tạo | {{ $withdraw->id }} | {{ number_format($withdraw->amount) }} ₫ | {{ $withdraw->bank_name }} | {{ $withdraw->account_number }} | {{ $withdraw->account_name }} | @if ($withdraw->status == 'pending') Chờ xử lý @elseif($withdraw->status == 'success') Thành công @endif | {{ $withdraw->created_at }} | @endforeach
|---|