{{ $tip->title }}

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