@props(['tips'])
@foreach ($tips as $tip)
{{ $tip->title }}

{{ count($tips) - $loop->index }}

🔥 {{ $tip->title }}

@if ($tip->images()) @foreach ($tip->images() as $image) {{ $tip->title }} @endforeach @endif @if ($tip->content)
{!! Str::of($tip->content)->markdown() !!}
@endif
@endforeach