+ {{--
--}}
diff --git a/resources/views/front/submit_tool_free.blade.php b/resources/views/front/submit_tool_free.blade.php
index 45d9e52..390c9f1 100644
--- a/resources/views/front/submit_tool_free.blade.php
+++ b/resources/views/front/submit_tool_free.blade.php
@@ -20,7 +20,8 @@
Perks of a new AI tool directory: free tool submission! We are grateful
for your initial support and we wish to reward our early adopters with AI tool submission at
- $0 charge.
+
$0 charge.
+
While our platform is still relatively new, we are commited to becoming one of the leading AI
diff --git a/resources/views/vendor/laravel_editorjs/blocks/quote.blade.php b/resources/views/vendor/laravel_editorjs/blocks/quote.blade.php
index 9d5afbe..bb72c5f 100644
--- a/resources/views/vendor/laravel_editorjs/blocks/quote.blade.php
+++ b/resources/views/vendor/laravel_editorjs/blocks/quote.blade.php
@@ -1,6 +1,6 @@
@php
$class = '';
-
+
if ('center' === $data['alignment']) {
$class = 'text-center';
} elseif ('left' === $data['alignment']) {
diff --git a/resources/views/vendor/sitemap/image.blade.php b/resources/views/vendor/sitemap/image.blade.php
index 3067e1a..cbaf871 100644
--- a/resources/views/vendor/sitemap/image.blade.php
+++ b/resources/views/vendor/sitemap/image.blade.php
@@ -1,17 +1,17 @@
-@if (! empty($image->url))
- {{ url($image->url) }}
-@endif
-@if (! empty($image->caption))
- {{ $image->caption }}
-@endif
-@if (! empty($image->geo_location))
- {{ $image->geo_location }}
-@endif
-@if (! empty($image->title))
- {{ $image->title }}
-@endif
-@if (! empty($image->license))
- {{ $image->license }}
-@endif
+ @if (!empty($image->url))
+ {{ url($image->url) }}
+ @endif
+ @if (!empty($image->caption))
+ {{ $image->caption }}
+ @endif
+ @if (!empty($image->geo_location))
+ {{ $image->geo_location }}
+ @endif
+ @if (!empty($image->title))
+ {{ $image->title }}
+ @endif
+ @if (!empty($image->license))
+ {{ $image->license }}
+ @endif
diff --git a/resources/views/vendor/sitemap/news.blade.php b/resources/views/vendor/sitemap/news.blade.php
index 6d01078..ab2cda6 100644
--- a/resources/views/vendor/sitemap/news.blade.php
+++ b/resources/views/vendor/sitemap/news.blade.php
@@ -5,7 +5,7 @@
{{ $news->title }}
{{ $news->publicationDate->toW3cString() }}
-@foreach($news->options as $tag => $value)
- {{$value}}
-@endforeach
-
\ No newline at end of file
+ @foreach ($news->options as $tag => $value)
+ {{ $value }}
+ @endforeach
+
diff --git a/resources/views/vendor/sitemap/sitemap.blade.php b/resources/views/vendor/sitemap/sitemap.blade.php
index bee129d..1ece191 100644
--- a/resources/views/vendor/sitemap/sitemap.blade.php
+++ b/resources/views/vendor/sitemap/sitemap.blade.php
@@ -1,6 +1,9 @@
-= '<'.'?'.'xml version="1.0" encoding="UTF-8"?>'."\n"; ?>
-
-@foreach($tags as $tag)
- @include('sitemap::' . $tag->getType())
-@endforeach
+= '<' . '?' . 'xml version="1.0" encoding="UTF-8"?>' . "\n" ?>
+
+ @foreach ($tags as $tag)
+ @include('sitemap::' . $tag->getType())
+ @endforeach
diff --git a/resources/views/vendor/sitemap/sitemapIndex/index.blade.php b/resources/views/vendor/sitemap/sitemapIndex/index.blade.php
index 12d2701..4c18130 100644
--- a/resources/views/vendor/sitemap/sitemapIndex/index.blade.php
+++ b/resources/views/vendor/sitemap/sitemapIndex/index.blade.php
@@ -1,6 +1,6 @@
-= '<'.'?'.'xml version="1.0" encoding="UTF-8"?>'."\n" ?>
+= '<' . '?' . 'xml version="1.0" encoding="UTF-8"?>' . "\n" ?>
-@foreach($tags as $tag)
- @include('sitemap::sitemapIndex/' . $tag->getType())
-@endforeach
+ @foreach ($tags as $tag)
+ @include('sitemap::sitemapIndex/' . $tag->getType())
+ @endforeach
diff --git a/resources/views/vendor/sitemap/sitemapIndex/sitemap.blade.php b/resources/views/vendor/sitemap/sitemapIndex/sitemap.blade.php
index ad345a4..fa2b565 100644
--- a/resources/views/vendor/sitemap/sitemapIndex/sitemap.blade.php
+++ b/resources/views/vendor/sitemap/sitemapIndex/sitemap.blade.php
@@ -1,8 +1,8 @@
- @if (! empty($tag->url))
- {{ url($tag->url) }}
+ @if (!empty($tag->url))
+ {{ url($tag->url) }}
@endif
- @if (! empty($tag->lastModificationDate))
- {{ $tag->lastModificationDate->format(DateTime::ATOM) }}
+ @if (!empty($tag->lastModificationDate))
+ {{ $tag->lastModificationDate->format(DateTime::ATOM) }}
@endif
diff --git a/resources/views/vendor/sitemap/url.blade.php b/resources/views/vendor/sitemap/url.blade.php
index a4ebc75..f7260aa 100644
--- a/resources/views/vendor/sitemap/url.blade.php
+++ b/resources/views/vendor/sitemap/url.blade.php
@@ -1,19 +1,19 @@
- @if (! empty($tag->url))
- {{ url($tag->url) }}
+ @if (!empty($tag->url))
+ {{ url($tag->url) }}
@endif
-@if (count($tag->alternates))
-@foreach ($tag->alternates as $alternate)
-
- @endforeach
-@endif
-@if (! empty($tag->lastModificationDate))
- {{ $tag->lastModificationDate->format(DateTime::ATOM) }}
-@endif
- @if (! empty($tag->changeFrequency))
- {{ $tag->changeFrequency }}
+ @if (count($tag->alternates))
+ @foreach ($tag->alternates as $alternate)
+
+ @endforeach
@endif
- {{ number_format($tag->priority,1) }}
+ @if (!empty($tag->lastModificationDate))
+ {{ $tag->lastModificationDate->format(DateTime::ATOM) }}
+ @endif
+ @if (!empty($tag->changeFrequency))
+ {{ $tag->changeFrequency }}
+ @endif
+ {{ number_format($tag->priority, 1) }}
@each('sitemap::image', $tag->images, 'image')
@each('sitemap::video', $tag->videos, 'video')
@each('sitemap::news', $tag->news, 'news')
diff --git a/resources/views/vendor/sitemap/video.blade.php b/resources/views/vendor/sitemap/video.blade.php
index 376d737..32525f2 100644
--- a/resources/views/vendor/sitemap/video.blade.php
+++ b/resources/views/vendor/sitemap/video.blade.php
@@ -2,22 +2,22 @@
{{ $video->thumbnailLoc }}
{{ $video->title }}
{{ $video->description }}
-@if ($video->contentLoc)
- {{ $video->contentLoc }}
-@endif
-@if ($video->playerLoc)
- {{ $video->playerLoc }}
-@endif
-@foreach($video->options as $tag => $value)
- {{$value}}
-@endforeach
-@foreach($video->allow as $tag => $value)
- {{$value}}
-@endforeach
-@foreach($video->deny as $tag => $value)
- {{$value}}
-@endforeach
-@foreach($video->tags as $tag)
- {{ $tag }}
-@endforeach
+ @if ($video->contentLoc)
+ {{ $video->contentLoc }}
+ @endif
+ @if ($video->playerLoc)
+ {{ $video->playerLoc }}
+ @endif
+ @foreach ($video->options as $tag => $value)
+ {{ $value }}
+ @endforeach
+ @foreach ($video->allow as $tag => $value)
+ {{ $value }}
+ @endforeach
+ @foreach ($video->deny as $tag => $value)
+ {{ $value }}
+ @endforeach
+ @foreach ($video->tags as $tag)
+ {{ $tag }}
+ @endforeach
diff --git a/routes/web.php b/routes/web.php
index 6c0f2e4..26b505d 100644
--- a/routes/web.php
+++ b/routes/web.php
@@ -17,8 +17,6 @@
Auth::routes();
-
-
// Route::prefix('admin')->middleware('auth')->group(function () {
// Route::get('/', [App\Http\Controllers\Admin\DashboardController::class, 'index'])->name('dashboard');
@@ -45,7 +43,6 @@
// Route::get('/prime/;ogin', [App\Http\Controllers\Admin\AdminLoginController::class, 'index'])->name('admin.login');
-
Route::get('/', [App\Http\Controllers\Front\FrontHomeController::class, 'index'])->name('front.home');
Route::prefix('discover')->group(function () {
@@ -87,3 +84,9 @@
Route::get('/privacy', [App\Http\Controllers\Front\FrontHomeController::class, 'privacy'])->name('front.privacy')->middleware('cacheResponse:2630000');
Route::get('/disclaimer', [App\Http\Controllers\Front\FrontHomeController::class, 'disclaimer'])->name('front.disclaimer')->middleware('cacheResponse:2630000');
+
+Route::prefix('ba')->middleware('horizonBasicAuth')->group(function () {
+ Route::get('ai-tool-list', [App\Http\Controllers\BasicAuthAdmin\AIToolListController::class, 'index'])->name('ba.ai-tool-list');
+
+ Route::post('ai-tool-list/set-to-emailed', [App\Http\Controllers\BasicAuthAdmin\AIToolListController::class, 'setToEmailed'])->name('ba.ai-tool-list.post');
+});