@extends('back.layouts.auth-layout') @section('pageTitle', isset($pageTitle) ? $pageTitle: 'Forgot Password') @section('content')
@livewire('author-forgot-form')
Forget it, send me back to the sign in screen.
@endsection