Facebook Account Sales History
| # | Facebook UID | Status | Price | Date | |
|---|---|---|---|---|---|
| {{ $fbAccount->id }} | {{ $fbAccount->fb_uid }} | {{ $fbAccount->fb_email }} | @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 Facebook accounts sale history found!
@endif