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