@extends('layouts.app') @section('content')
@lang('auth.confirm_title')

@lang('auth.confirm')

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