@extends('panel.layout.app', ['disable_tblr' => true]) @section('title', __('Built-in Templates')) @section('titlebar_subtitle', __('Manage Built-in Prompts and Templates')) @section('titlebar_actions', '') @section('content')
{{ __('Template Name') }} {{ __('Template Description') }} {{ __('Package') }} {{ __('Updated At') }} {{ __('Actions') }} @foreach ($list as $entry) $entry->active == 1, 'passive' => $entry->active == 0, ]) > {{ __($entry->title) }} {{ __($entry->description) }}

{{ date('j.n.Y', strtotime($entry->updated_at)) }} {{ date('H:i:s', strtotime($entry->updated_at)) }}

@if ($app_is_demo) @if (strpos($entry->slug, 'ai_') !== 0) @endif @else @if (strpos($entry->slug, 'ai_') !== 0) @endif @endif
@endforeach
@endsection @push('script') @endpush