@extends('layouts.auth') @section('title', 'Confirm your password') @section('content')
@livewire('auth.passwords.confirm')
@endsection