@php $plan = Auth::user()->activePlan(); $plan_type = 'regular'; if ($plan != null) { $plan_type = strtolower($plan->plan_type); } $auth = Auth::user(); @endphp @push('style') @endpush
logo_collapsed_2x_path)) srcset="/{{ $setting->logo_collapsed_2x_path }} 2x" @endif alt="{{ $setting->site_name }}" >

@lang('Your content will appear here.')

@lang('Simply select a pre-built template or create your own') @lang('custom content here.')

1

/
@foreach ($filters as $filter) @php $cat_items = $list->filter(function ($list_item) use ($filter) { return str()->contains($list_item->filters, $filter->name) && $list_item->active == 1 && !Str::startsWith($list_item->slug, 'ai_'); }); @endphp @if (!$cat_items->isEmpty())
!$loop->first, ]) :class="{ 'hidden': activeFilter !== '{{ $filter->name }}' }" > @foreach ($cat_items as $item) @if ($item->active != 1 || Str::startsWith($item->slug, 'ai_')) @continue @endif @php $upgrade = false; if ($app_is_demo) { if ($item->premium == 1 && $plan_type === 'regular') { $upgrade = true; } } else { if (!$auth->isAdmin() && $item->premium == 1 && $plan_type === 'regular') { $upgrade = true; } } @endphp
@if ($item->image !== 'none') {!! html_entity_decode($item->image) !!} @endif $item->active == 1, 'bg-red-500' => $item->active != 1, ])>

{{ __($item->title) }}

@if ($item->active == 1)
@if ($upgrade)
{{ __('Upgrade') }}
{{ __('Upgrade') }} @elseif($item->type == 'text' or $item->type == 'code') @if ($item->slug == 'ai_article_wizard_generator') @if (Auth::user()->remaining_words > 0 or Auth::user()->remaining_words == -1) {{ __('Create Workbook') }} @endif @else @if (Auth::user()->remaining_words > 0 or Auth::user()->remaining_words == -1) {{ __('Create Workbook') }} @endif @endif @elseif($item->type == 'voiceover' || $item->type == 'isolator') @if (Auth::user()->remaining_words > 0 or Auth::user()->remaining_words == -1) {{ __('Create Workbook') }} @endif @elseif($item->type == 'image') @if (Auth::user()->remaining_images > 0 or Auth::user()->remaining_images == -1) {{ __('Create') }} @endif @elseif($item->type == 'audio') @if (Auth::user()->remaining_words > 0 or Auth::user()->remaining_words == -1) {{ __('Create') }} @endif @else @endif
{{-- Getting generator options via ajax call --}} @endif
@endforeach
@endif @endforeach