PHP Classes

File: resources/views/filament/pages/terms-and-conditions.blade.php

Recommend this page to a friend!
  Packages of Nemeth Zoltan   Cards API PHP   resources/views/filament/pages/terms-and-conditions.blade.php   Download  
File: resources/views/filament/pages/terms-and-conditions.blade.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Cards API PHP
Manage trading cards, decks, games, and creators
Author: By
Last change:
Date: 13 days ago
Size: 1,268 bytes
 

Contents

Class file image Download
<x-filament-panels::page>
    <div class="flex flex-col items-center justify-center py-12">
        <div class="text-center space-y-4">
            <x-filament::icon
                icon="heroicon-o-arrow-top-right-on-square"
                class="h-16 w-16 text-gray-400 dark:text-gray-600 mx-auto"
            />
            <h2 class="text-2xl font-bold text-gray-900 dark:text-white">
                Opening Terms & Conditions
            </h2>
            <p class="text-gray-600 dark:text-gray-400">
                The Terms & Conditions page is opening in a new tab.
            </p>
            <p class="text-sm text-gray-500 dark:text-gray-500">
                If the page didn't open automatically, <a href="{{ route('terms') }}" target="_blank" class="text-primary-600 hover:text-primary-700 dark:text-primary-400 dark:hover:text-primary-300 underline">click here</a>.
            </p>
            <div class="pt-4">
                <x-filament::button
                    tag="a"
                    href="{{ \Filament\Facades\Filament::getUrl() }}"
                    color="gray"
                >
                    Return to Dashboard
                </x-filament::button>
            </div>
        </div>
    </div>
</x-filament-panels::page>