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

Sign Up

Enter your email and password to register


Or continue with

Already have an account ? Sign in

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