@extends('auth.layout.auth') @section('content')
@if (session('status')) @endif
@csrf {{--
Enter your Email and instructions will be sent to you!
--}}
@error('email') {{ $message }} @enderror
@endsection