@extends('layouts.app') @section('styles') {{-- Style Here --}} @vite(['resources/scss/light/assets/authentication/auth-cover.scss']) @vite(['resources/scss/dark/assets/authentication/auth-cover.scss']) @endsection @section('content') {{-- Content Here --}}
auth-img

Join the community of expert developers

It is easy to setup with great customer experience. Start your 7-day free trial

2-Step Verification

Enter the code for verification.

Didn't receive the code ? Resend

@endsection @section('scripts') {{-- Scripts Here --}} @vite(['resources/js/authentication/2-Step-Verification.js']) @endsection