@extends('panel.layout.app', ['disable_tblr' => true])
@section('title', "Ai Assistant")
@section('titlebar_subtitle', __('Train AI on your own data (website or PDF) and make your AI content exclusive.'))
@section('titlebar_actions')
{{ __('Add New Assistant') }}
@endsection
@section('content')
{{ __('Name') }}
{{ __('Created At') }}
{{ __('Model') }}
{{ __('Actions') }}
@if($assistants["status"] !== "error")
@foreach ($assistants as $assistant)