@props([ 'tips', ])
@foreach($tips as $tip)

🔥 {{ $tip->title }}

@foreach($tip->images() as $image) {{ $tip->title }} @endforeach
@markdown{!! $tip->content !!}@endmarkdown
@endforeach