@extends('layouts.auth') @section('content')
@include('partials.alerts')
@lang('auth.confirm_title')

@lang('auth.confirm')

@csrf
@if ($errors->has('password')) @endif
@endsection