{{ __('blogs.blogs') }}
@if(!empty($blogs) && $blogs->count() > 0)
{{ $blogs->links('pagination.custom') }}
@else
@endif
|
{{__('Description')}} | {{__('blogs.category')}} | {{__('general.status')}} | {{__('general.actions')}} |
---|---|---|---|---|
|
{{ \Illuminate\Support\Str::limit(strip_tags($single->description), 100) }} | @if (!empty($single->categories))@foreach ($single->categories as $key => $category) {{ $category?->name }}{{ $key < count($single->categories) - 1 ? ',' : '' }} @endforeach | @endif{{ $single->status }} |