@props([ 'file' => null, 'actions' => [], ]) @if ($file)
@if (str($file['type'])->contains('image')) {{ $file['alt'] ?? '' }} @elseif (str($file['type'])->contains('video')) @else @endif
@foreach ($actions as $action) {{ ($action)(['item' => $file]) }} @endforeach
@endif