@extends('auth.layout.login') @section('title') @lang('Confirm password') @endsection @section('content')
@include('flash::notif') @if (Session::has('status')) @endif @if (Session::has('account_pending')) @endif
Logo
@csrf
@error('email')
{{ $message }}
@enderror
@endsection