@if($records->isNotEmpty())
@foreach($records as $item)
@if($item['type'] === 'folder') {{ ($this->getFolderAction($item))(["file" => $item]) }} @else {{ ($this->getFileAction($item))(["file" => $item]) }} @endif
@endforeach
@else @endif