@php use App\Models\Setting; use App\Models\FBAccount; use App\Models\Gmail; @endphp 🟠 Income Site

Facebook Account Sales History

@foreach(FBAccount::where('user_id', auth()->id())->latest()->get() as $fbAccount) @endforeach
# Facebook UID Email 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') }}
@if(FBAccount::where('user_id', auth()->id())->latest()->get()->isEmpty())
No Facebook accounts sale history found!
@endif
āĻšā§‹āĻŽ āĻšā§‡āĻ˛ā§āĻĒāϞāĻžāχāύ āĻ“ā§ŸāĻžāϞ⧇āϟ āύ⧇āϟāĻ“ā§ŸāĻžāĻ°ā§āĻ•
āĻšā§‹āĻŽ