Cleanup Added lobby menu and page items. fix for root redirect
This commit is contained in:
3
resources/views/filament/user/pages/about-us.blade.php
Normal file
3
resources/views/filament/user/pages/about-us.blade.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<x-filament-panels::page>
|
||||
|
||||
</x-filament-panels::page>
|
||||
4
resources/views/filament/user/pages/deposits.blade.php
Normal file
4
resources/views/filament/user/pages/deposits.blade.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<x-filament-panels::page>
|
||||
<h1 class="text-2xl font-bold mb-4">Deposits</h1>
|
||||
<p>Claim promo codes for fake currency. Claim history below (coming soon).</p>
|
||||
</x-filament-panels::page>
|
||||
@@ -1,3 +1,20 @@
|
||||
<x-filament-panels::page>
|
||||
|
||||
</x-filament-panels::page>
|
||||
<h1 class="text-2xl font-bold mb-4">Casino Lobby</h1>
|
||||
<div class="grid grid-cols-1 md:grid-cols-3 gap-4">
|
||||
<div class="card bg-gray-800 p-4 rounded">
|
||||
<h3 class="text-lg mb-2">Slots</h3>
|
||||
<p>Pragmatic-style reels and animations.</p>
|
||||
<a href="/games/slots" class="filament-button filament-button-size-sm">Play</a>
|
||||
</div>
|
||||
<div class="card bg-gray-800 p-4 rounded">
|
||||
<h3 class="text-lg mb-2">Plinko</h3>
|
||||
<p>Physics-based drop with multipliers.</p>
|
||||
<a href="/games/plinko" class="filament-button filament-button-size-sm">Play</a>
|
||||
</div>
|
||||
<div class="card bg-gray-800 p-4 rounded">
|
||||
<h3 class="text-lg mb-2">Wheel Spin</h3>
|
||||
<p>Fortune wheel with prizes.</p>
|
||||
<a href="/games/wheel" class="filament-button filament-button-size-sm">Play</a>
|
||||
</div>
|
||||
</div>
|
||||
</x-filament-panels::page>
|
||||
4
resources/views/filament/user/pages/profile.blade.php
Normal file
4
resources/views/filament/user/pages/profile.blade.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<x-filament-panels::page>
|
||||
<h1 class="text-2xl font-bold mb-4">Profile</h1>
|
||||
<p>Change password, profile picture, email, add 2FA (coming soon).</p>
|
||||
</x-filament-panels::page>
|
||||
@@ -0,0 +1,3 @@
|
||||
<x-filament-panels::page>
|
||||
<h1 class="text-2xl font-bold mb-4">Transactions</h1><p>View deposits, withdrawals, wins/losses (coming soon).</p>
|
||||
</x-filament-panels::page>
|
||||
3
resources/views/filament/user/pages/v-i-p.blade.php
Normal file
3
resources/views/filament/user/pages/v-i-p.blade.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<x-filament-panels::page>
|
||||
<h1 class="text-2xl font-bold mb-4">About Us</h1><p>Skunk Lounge is a fake casino for entertainment only. No real money.</p>
|
||||
</x-filament-panels::page>
|
||||
Reference in New Issue
Block a user