@extends('layouts.master-without-nav') @section('title') {{ __("Confirm Password") }} @endsection @section('body') @endsection @section('content')
{{ __("Confirm Password") }}
logo
@csrf
@error('password') {{ $message }} @enderror
@if (Route::has('password.request')) {{ __('Forgot Your Password?') }} @endif

{{ __("Remember It?") }} {{ __("Sign In here") }}

© {{ date('Y') }} {{ AppSetting('title'); }}. Crafted with {{ __("by Themesbrand") }}

@endsection