@php $withdraws = \App\Models\Withdraw::query()->where('status' , 'requested')->orderByDesc('created_at')->take(5)->get(); @endphp @if($withdraws->count() > 0)
{{ $withdraw->amount }} {{ $withdraw->coin->symbol }} by {{ $withdraw->player->full_name }}
{{ $withdraw->created_at }}