File "terms.blade.php"

Full Path: /home/fundopuh/trader.fxex.org/resources/views/terms.blade.php
File size: 420 bytes
MIME-type: text/plain
Charset: utf-8

<x-guest-layout>
    <div class="pt-4 bg-gray-100">
        <div class="min-h-screen flex flex-col items-center pt-6 sm:pt-0">
            <div>
                <x-jet-authentication-card-logo />
            </div>

            <div class="w-full sm:max-w-2xl mt-6 p-6 bg-white shadow-md overflow-hidden sm:rounded-lg prose">
                {!! $terms !!}
            </div>
        </div>
    </div>
</x-guest-layout>