@extends('web.default.panel.layouts.panel_layout') @section('content') {{ trans('update.generated_contents') }} @if(!empty($contents) and !$contents->isEmpty()) {{ trans('update.service_type') }} {{ trans('update.service') }} {{ trans('update.keyword') }} {{ trans('auth.language') }} {{ trans('update.generated_date') }} @foreach($contents as $content) {{ 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') }} @endforeach {{ $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
{{ trans('update.click_on_images_to_download_them') }}