@extends('panel.layout.app', ['disable_tblr' => true]) @section('title', __('AI Influencer')) @section('titlebar_subtitle') {{ __('Promote your products with engaging ads and videos.') }} @endsection @section('titlebar_actions') @if (\App\Helpers\Classes\MarketplaceHelper::isRegistered('url-to-video')) @lang('Create Video') @endif @endsection @section('content')
@include('panel.user.ai_influencer.home.actions-grid') @include('panel.user.ai_influencer.home.videos-list')
@endsection @push('script') @endpush