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

Search

Golf Tips

@foreach($tips as $id => $tip) @endforeach
# Title Source Tags Media Action
{{ $id + 1 }} {{ $tip->title }} {{ $tip->source }}
@foreach($tip->tags as $tag) {{ $tag->title }} @endforeach
@foreach($tip->media as $media) @if(str_starts_with($media->mime_type, 'image')) Golf Image @else @endif @endforeach
@csrf @method('DELETE')
@endsection