@extends('web.default.panel.layouts.panel_layout') @section('content')

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

@if(!empty($contents) and !$contents->isEmpty())
@foreach($contents as $content) @endforeach
{{ trans('update.service_type') }} {{ trans('update.service') }} {{ trans('update.keyword') }} {{ trans('auth.language') }} {{ trans('update.generated_date') }}
{{ trans($content->service_type) }} @if(!empty($content->template)) {{ $content->template->title }} @else {{ trans('update.custom') }} @endif {{ truncate($content->keyword, 100) }} {{ truncate($content->language, 100) }} {{ dateTimeFormat($content->created_at, 'j F Y H:i') }}
{{ $contents->appends(request()->input())->links('vendor.pagination.panel') }}
@else @include(getTemplate() . '.includes.no-result',[ 'file_name' => 'comment.png', 'title' => trans('update.ai_contents_no_result'), 'hint' => nl2br(trans('update.ai_contents_no_result_hint')) , ]) @endif
@endsection @push('scripts_bottom') @endpush