@extends('layouts.nova') @section('content')

Log in

Sign in to continue to your Skinbase account.

@csrf
@if (Route::has('password.request')) {{ __('Forgot your password?') }} @else @endif {{ __('Log in') }}
@endsection