@php $img_src = $params['img_src'] ?? ""; $download_href = $params['download_href'] ?? "javascript:void(0);"; $doc_name = $params['doc_name'] ?? ""; $edit_href = $params['edit_href'] ?? ""; $delete_href = $params['delete_href'] ?? ""; $view_href = $params['view_href'] ?? "javascript:void(0);"; $editHandler = $params['editHandler'] ?? "javascript:void(0);"; $deleteHandeler = $params['deleteHandeler'] ?? "javascript:void(0);"; $has_rights = @$has_rights ?? []; @endphp
@if(@$params['show_view_icon']) @endif @if(@$params['show_download_icon']) @endif @if(@$params['show_edit_icon']) @endif @if(@$params['show_delete_icon']) @endif {{--
--}}
{{ $doc_name }}