@extends('layouts.guest') @section('page_title') {{(!empty($page_title) && isset($page_title)) ? $page_title : ''}} @endsection @push('head-scripts') @endpush @section('content')
@csrf

{{(!empty($title) && isset($title)) ? $title : ''}}

@if (session()->has('status'))

If the email you entered is registered with this site, we'll send you an email containing a link to reset your password. Check your spam folder if you don't receive it within the next minute or two.

@else

{{(!empty($description) && isset($description)) ? $description : ''}}

@endif
@error('email') {{ $message }} @enderror
@endsection @push('footer-scripts') @endpush