@props(['post', 'index' => 0]) @php $themes = ['bg-red-600', 'bg-black', 'bg-yellow-400']; $theme = $themes[$index % 3]; @endphp
{{ $post->title }}
@if ($post->category)
{{ $post->category->name }}
@endif

{{ $post->title }}