{!! $dt['name'] ?? '' !!}

{!! $dt['detail'] ?? '' !!}

@if ($total_items === 0)

@lang('frontend::text.no_data')

@else @if (!empty($lists))
@foreach ($lists as $ls) @php($detailUrl = '/article-detail') @endforeach
@endif @endif