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

Welcome to {{ config('app.name') }}

@if ($message = Session::get('success')) @endif @if ($message = Session::get('error')) @endif
{{ __('This is a secure area of the application. Please confirm your password before continuing.') }}
@csrf
@error('password') {{ $message }} @enderror
branding logo
@endsection