@extends('layouts.app') @section('title', 'My Page') @section('content')
| Ngày | Loại giao dịch | Đối tác | Số lượng |
|---|---|---|---|
| {{ Carbon\Carbon::parse($admin_record->date)->format('d/m/Y') }} | @if($isReceiver) Bạn đã nhận thẻ @else Bạn gửi tặng thẻ @endif | @if($isReceiver) Nhận từ: {{ $admin_record->sender }} @else Gửi cho: {{ $admin_record->receiver }} @endif | @if($isReceiver) +{{ $admin_record->received }} @else -{{ $admin_record->sent }} @endif |
| Bạn chưa có giao dịch gửi/nhận thẻ nào trong tháng này. | |||