Gmail Sales History
| # | Gmail | Number | Backup Email | Status | Price | Date |
|---|---|---|---|---|---|---|
| {{ $fbAccount->id }} | {{ $fbAccount->gmail }} | {{ $fbAccount->password }} | {{ $fbAccount->re_gmail }} | @if($fbAccount->status == 'Pending') Pending @elseif($fbAccount->status == 'Approved') Approved @else Rejected @endif | {{ number_format($fbAccount->price, 2) }} | {{ $fbAccount->created_at->format('d M Y, h:i A') }} |
No Gmail accounts found!
@endif