@props( ['product' => $product ])
@if ( str_starts_with($product->media[0]->type, 'video') ) @else @endif

{{$product->title}}

N {{number_format($product->price)}}

@if ($product->mythicItems->count() > 0)

Contains: @foreach ($product->mythicItems as $item) {{$item->name}}, @endforeach

@endif