@extends('base') @section('main')

Title: {{ $tip->title }}

Source: {{ $tip->source }}

{!! $tip->description !!}

{!! $tip->short_description !!}

@foreach($tip->media as $media) @if(str_starts_with($media->mime_type, 'image')) Golf Image @else @endif @endforeach
@foreach($tip->tags as $tag) {{ $tag->title }} @endforeach
@endsection