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