@extends('layouts.app') @section('styles') @vite(['resources/scss/light/assets/authentication/auth-boxed.scss']) @vite(['resources/scss/dark/assets/authentication/auth-boxed.scss']) @endsection @section('content')

Sign In

Enter your email and password to login


Or continue with

Dont't have an account ? Sign Up

@endsection @section('scripts') {{-- Scripts Here --}} @endsection