����JFIF��x�x����'
Server IP : 66.29.137.217 / Your IP : 3.147.2.160 Web Server : LiteSpeed System : Linux premium294.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : gltevjme ( 1095) PHP Version : 7.0.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/gltevjme/cbt.bofirm.com/resources/views/ |
Upload File : |
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title>{{ $success ? 'Migration Successful' : 'Migrate Application' }}</title> <link rel="stylesheet" href="{{ asset('css/store.css') }}"> </head> <body class="font-sans"> <div class="text-center py-48 px-4 lg:py-20 pb-32 md:py-32 flex flex-col items-center justify-center"> <h1 class="lg:text-4xl md:text-3xl text-xl font-bold text-gray-800 py-4 md:py-8">{{ $success ? 'Migration Successful' : 'Migrate Application' }}</h1> <p class="text-base text-gray-600 py-2 "> {{ $message }} </p> <div class="my-4 md:my-8 w-full"> @if($success) <a href="{{ route('login') }}" class="text-center text-base font-medium text-white p-4 md:w-auto w-full bg-green-700 border rounded-md hover:bg-green-800">Login to Fix Updates</a> @else <a href="{{ route('run_migrations') }}" class="text-center text-base font-medium text-white p-4 md:w-auto w-full bg-red-700 border rounded-md hover:bg-red-800">Migrate Now</a> @endif </div> </div> </body> </html>