@extends('panel.layout.app', [ 'disable_tblr' => true, 'disable_header' => true, 'disable_navbar' => true, 'disable_default_sidebar' => true, 'disable_titlebar' => true, 'layout_wide' => true, ]) @section('title', __('Advanced Image Editor')) @section('titlebar_actions', '') @section('content')
@include('ai-presentation::home.top-navbar')
@include('ai-presentation::home.generator-form') @include('ai-presentation::home.recent-presentation-grid', ['presentations' => $presentations])
@include('ai-presentation::gallery.gallery') @include('ai-presentation::home.pdf-view-modal')
@endsection @pushOnce('script') @endpushOnce