@props([ 'data' => '', 'module_name', 'module_path', 'module_title' => '', 'module_icon' => '', 'module_action' => 'Trash', ])
@if ($slot != '')
{{ $slot }}
@else
{{ __($module_title) }} {{ __($module_action) }} @lang('List')
@if (count($data) > 0)
@foreach ($data as $row) @endforeach
# Name Updated At Created By Action
{{ $row->id }} {{ $row->name }} {{ $row->updated_at->isoFormat('llll') }} {{ $row->created_by }}  {{ __('labels.backend.restore') }}
@else

@lang('No record found in trash!')

@endif
@endif