@props(['mode', 'user' => null, 'administrations' => null, 'selectedMonth' => null, 'addCards' => null, 'admins' => null]) @if($mode === 'self' && $user)
| Ngày cấp | Người cấp (Admin) | Số lượng thẻ | Hành động |
|---|---|---|---|
| {{ Carbon\Carbon::parse($addCard->date)->format('d/m/Y') }} | @if($addCard->sellerUser) {{ $addCard->sellerUser->name }} (MSNV: {{ $addCard->seller }}) @else MSNV: {{ $addCard->seller }} @endif | +{{ $addCard->num_card }} | @if($isCurrentMonth) @else Tháng trước @endif |
| Chưa có lịch sử cấp phát thẻ nào. | |||