@extends('base') @section('main')
# | 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'))
|