@extends('admin.layouts.app')
@section('content')
{{ $pageTitle }}
{{ $totalGenerated }}
{{ $textGenerated }}
{{ $imageGenerated }}
{{ $usersCount }}
@foreach($contents as $content)
{{ trans('admin/main.user') }}
{{ trans('update.service_type') }}
{{ trans('update.service') }}
{{ trans('update.keyword') }}
{{ trans('auth.language') }}
{{ trans('update.generated_date') }}
{{ trans('admin/main.actions') }}
@endforeach
{{ !empty($content->user) ? $content->user->full_name : '' }}
{{ 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') }}