{{ $tip->title }}

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