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

Shaun Park

Enter your password to unlock your ID

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