@push('css') @endpush

{{ __('labels.company_recommendations') }}

@if(isset($companyRecommendations['count']) && $companyRecommendations['count']) {{ __('labels.total') }} : {{ $companyRecommendations['count'] ?? '' }} @endif
@forelse($companyRecommendations['list'] as $index => $item)
@if($item?->category?->title) {{ $item?->category?->title }} @endif {{ date('M d, h:i A', strtotime($item['published_at'])) }}
@if($item['is_locked']) @endif @if($item['is_approved']) @endif {{ htmlspecialchars($item['title']) }}

{{ Str::limit($item['description'], 80, '...') }}

{{-- {{ ucfirst($item['status']) }} --}}
@empty

{{ __('labels.no_recommendations_available') }}

@endforelse
@push('js') @endpush