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

Login

Access your Skinbase account.

@if($errors->has('oauth'))
{{ $errors->first('oauth') }}
@endif @include('auth.partials.social-login')
@csrf
@if (Route::has('password.request')) Forgot password? @endif

Don’t have an account? Create one

@endsection