@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 --}}