minor seo-title, changed admin path to /0xdash
This commit is contained in:
@@ -24,8 +24,8 @@ class DashPanelProvider extends PanelProvider
|
|||||||
{
|
{
|
||||||
return $panel
|
return $panel
|
||||||
->default()
|
->default()
|
||||||
->id('dash')
|
->id('0xdash')
|
||||||
->path('dash')
|
->path('0xdash')
|
||||||
->login()
|
->login()
|
||||||
->font('Poppins')
|
->font('Poppins')
|
||||||
->colors([
|
->colors([
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
@section('title'){{ __('Bulk Gmail Generator - Zemail.me') }}@endsection
|
||||||
|
|
||||||
<span>
|
<span>
|
||||||
<div class="flex-1 overflow-hidden rounded-xl border border-neutral-200 dark:border-neutral-700 dark:bg-white/[0.03] sm:px-8 sm:py-8 lg:p-12 p-2">
|
<div class="flex-1 overflow-hidden rounded-xl border border-neutral-200 dark:border-neutral-700 dark:bg-white/[0.03] sm:px-8 sm:py-8 lg:p-12 p-2">
|
||||||
<div class="text-center">
|
<div class="text-center">
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
@section('title'){{ __('Bulk Email Generator - Zemail.me') }}@endsection
|
||||||
|
|
||||||
<span>
|
<span>
|
||||||
<div class="flex-1 overflow-hidden rounded-xl border border-neutral-200 dark:border-neutral-700 dark:bg-white/[0.03] sm:px-8 sm:py-8 lg:p-12 p-2">
|
<div class="flex-1 overflow-hidden rounded-xl border border-neutral-200 dark:border-neutral-700 dark:bg-white/[0.03] sm:px-8 sm:py-8 lg:p-12 p-2">
|
||||||
<div class="text-center">
|
<div class="text-center">
|
||||||
|
|||||||
@@ -1,9 +1,7 @@
|
|||||||
@section('title'){{ __('Dashboard') }}@endsection
|
@section('title'){{ __('Dashboard - Zemail.me') }}@endsection
|
||||||
<div class="flex h-full w-full flex-1 flex-col gap-4 rounded-xl">
|
<div class="flex h-full w-full flex-1 flex-col gap-4 rounded-xl">
|
||||||
<div class="grid auto-rows-min gap-4 md:grid-cols-2">
|
<div class="grid auto-rows-min gap-4 md:grid-cols-2">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article class="flex items-center gap-4 rounded-lg border border-gray-100 bg-white p-6 dark:border-gray-800 dark:bg-white/[0.03]">
|
<article class="flex items-center gap-4 rounded-lg border border-gray-100 bg-white p-6 dark:border-gray-800 dark:bg-white/[0.03]">
|
||||||
<span class="rounded-full bg-[#F04743]/20 p-3 text-[#F04743] dark:bg-[#F04743]/20 dark:text-[#F04743]">
|
<span class="rounded-full bg-[#F04743]/20 p-3 text-[#F04743] dark:bg-[#F04743]/20 dark:text-[#F04743]">
|
||||||
<flux:icon.at-sign />
|
<flux:icon.at-sign />
|
||||||
@@ -24,7 +22,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@if(auth()->user()->subscribedToProduct(config('app.plans')[0]['product_id']))
|
@if(auth()->user()->subscribedToProduct(config('app.plans')[0]['product_id']))
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
@section('title'){{ __('Generate Premium Email - Zemail.me') }}@endsection
|
||||||
<span>
|
<span>
|
||||||
<div class="flex-1 overflow-hidden rounded-xl border border-neutral-200 dark:border-neutral-700 dark:bg-white/[0.03] sm:px-8 sm:py-8 lg:p-12">
|
<div class="flex-1 overflow-hidden rounded-xl border border-neutral-200 dark:border-neutral-700 dark:bg-white/[0.03] sm:px-8 sm:py-8 lg:p-12">
|
||||||
<div class="text-center mb-6">
|
<div class="text-center mb-6">
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
@section('title'){{ __('Subscribe now to access this page') }}@endsection
|
||||||
<span>
|
<span>
|
||||||
<div class="flex-1 overflow-hidden rounded-xl border border-neutral-200 dark:border-neutral-700 dark:bg-white/[0.03] sm:px-8 sm:py-8 lg:p-12">
|
<div class="flex-1 overflow-hidden rounded-xl border border-neutral-200 dark:border-neutral-700 dark:bg-white/[0.03] sm:px-8 sm:py-8 lg:p-12">
|
||||||
<div class="text-center p-2">
|
<div class="text-center p-2">
|
||||||
|
|||||||
Reference in New Issue
Block a user