@extends('layouts.admin') @section('title', 'CBSE Corner') @section('content')
Manage CBSE certificates and documents
| Title | File | Size | @if($admin->is_super_admin)Domain | @endifStatus | Order | Created | Actions |
|---|---|---|---|---|---|---|---|
|
{{ $item->title }}
@if($item->description)
{{ Str::limit($item->description, 50) }}
@endif
|
@if($item->file_path)
{{ Str::limit($item->file_name, 20) }}
{{ strtoupper($item->file_extension ?? 'N/A') }} |
{{ $item->formatted_file_size ?? 'N/A' }} | @if($admin->is_super_admin){{ $item->domain->full_domain }} | @endif@if($item->is_active) Active @else Inactive @endif | {{ $item->sort_order }} | {{ $item->created_at->format('M d, Y') }} |
Get started by adding your first certificate document.
Add First Certificate