@if ($recipe->media->isNotEmpty())
@foreach ($recipe->media as $media)
{{ $media->original_name }}
@csrf @method('DELETE')
@endforeach
@endif