@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

avatar

Shaun Park

Enter your password to unlock your ID

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