@extends('admin.portal') @section('title', 'Manage Assets') @section('header_title', 'Assets & Resources') @section('content')
Manage published content assets across all categories
Found {{ $assets->total() }} results for "{{ request('search') }}"
@endif| Asset Info | Category | Industry | Views | Status | Actions | |
|---|---|---|---|---|---|---|
|
|
{{ $item->category }} | {{ $item->industry->title ?? 'Global / All' }} | {{ number_format($item->views_count ?? 0) }} |
{{ $item->is_active ? 'Published' : 'Draft' }}
@if($item->is_featured)
Featured
@endif
|
||
| No assets found. | ||||||