@if($stream->streamTips)
@foreach($stream->streamTips->reverse()->slice(0,3) as $tip)
@{{$tip->sender->username}}
{{__("has tipped")}}
{{\App\Providers\SettingsServiceProvider::getWebsiteFormattedAmount($tip->decodedTaxes ? $tip->decodedTaxes->subtotal : $tip->amount)}}
@endforeach
@endif