@extends('design_1.panel.layouts.panel') @section('content') @if(!empty($contents) and count($contents))

{{ trans('update.generated_content') }}

{{ trans('update.view_my_generated_content') }}

{{-- Filters --}} {{-- List Table --}}
@foreach($contents as $contentRow) @include('design_1.panel.ai_contents.lists.table_items', ['content' => $contentRow]) @endforeach
{{ trans('update.service_type') }} {{ trans('update.service') }} {{ trans('update.keyword') }} {{ trans('auth.language') }} {{ trans('update.generated_date') }} {{ trans('update.controls') }}
{{-- Pagination --}}
@else @include('design_1.panel.includes.no-result',[ 'file_name' => 'ai_content.svg', 'title' => trans('update.ai_contents_no_result'), 'hint' => nl2br(trans('update.ai_contents_no_result_hint')) , ]) @endif @endsection @push('scripts_bottom') @endpush