@extends('base') @section('main')
@csrf @method('PATCH')
@foreach($tip->media as $id => $media) @endforeach
# Media Action
{{ $id + 1 }} @if(str_starts_with($media->mime_type, 'image')) Golf Image @else @endif
@endsection @section('script') @endsection