@php $animations = [ 'animate__fadeIn', 'animate__fadeInUp', 'animate__fadeInDown', 'animate__fadeInLeft', 'animate__fadeInRight', // Add more animations as needed ]; @endphp
VivaPe NewsFeed
@foreach ($newsFeeds as $key => $nfeed) @php // Generate a random animation class $animations = [ 'animate__fadeIn', 'animate__fadeInUp', 'animate__fadeInDown', 'animate__fadeInLeft', 'animate__fadeInRight', // Add more animations as needed ]; $randomAnimation = $animations[array_rand($animations)]; @endphp
News Image
{{ $nfeed->title }}

{!! $nfeed->note !!}

@endforeach