@extends('layouts.admin') {{-- Or your main admin layout --}} @section('title', 'AI Templates') @section('header_title', 'Manage AI Templates') @section('content')
No AI Templates found.
Get started by creating a new template!
| Preview | Name | Description | Status | Premium | Actions |
|---|---|---|---|---|---|
|
@if($template->preview_image_path)
No Preview
@endif
|
{{ $template->name }}
|
{{ Str::limit($template->description, 60) }}
|
@if ($template->is_active) Active @else Inactive @endif | @if ($template->is_premium) Yes @else No @endif | Edit |