@extends('layouts.main') @section('title', 'Reset password') @section('main') @livewire('authentication.reset-password') @endsection