@props(['project']) @php $palettes = [ 'from-indigo-500 to-violet-500', 'from-violet-500 to-fuchsia-500', 'from-cyan-500 to-blue-500', 'from-emerald-500 to-teal-500', 'from-orange-500 to-rose-500', 'from-blue-500 to-indigo-500', ]; $palette = $palettes[crc32($project->title) % count($palettes)]; $initial = strtoupper(substr($project->title, 0, 1)); @endphp
{{ $initial }}
@foreach (($project->categories ?? []) as $category) {{ $category }} @endforeach

{{ $project->title }}

{{ $project->description }}

@if ($project->external_url) Visit site @endif