@php use Illuminate\Support\Facades\DB; // Queries $config = DB::table('config')->get(); // Get the maintenance secret code from the .env file $secret = env('MAINTENANCE_SECRET_CODE'); @endphp
{{ __('Save the secret code below and enter it on the login page to access the Admin panel.') }}
{{-- Secret code --}}{{ __('For example:') }} {{ config('app.url') }}/{{ $secret }}