@php
$value = data_get($entry, $column['name']);
@endphp
@foreach($value as $val)
@includeWhen(!empty($column['wrapper']), 'crud::columns.inc.wrapper_start')
@if($val->file_path)
{{ $val->file_path_from_base }}
@if(request()->has('new'))
New
@endif
@else
-
@endif
@includeWhen(!empty($column['wrapper']), 'crud::columns.inc.wrapper_end')
@endforeach