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