Danh sách Tài khoản Google Drive
Thêm mới
@if (session('success'))
{{ session('success') }}
@endif
@if (session('error'))
{{ session('error') }}
@endif
| ID | Tên | Trạng thái | Số lượng Data | Ngày tạo | Hành động | |
|---|---|---|---|---|---|---|
| {{ $account->id }} | {{ $account->name }} | {{ $account->email }} | @if($account->is_active) Hoạt động @else Tạm dừng @endif | {{ $account->data()->count() }} | {{ optional($account->created_at)->format('d/m/Y H:i') }} | Sửa |
| Chưa có tài khoản Google Drive nào. | ||||||