@extends('layouts.applogin') @section('title','Send Password Reset Link') @section('content')
Sign In
@if (session('status')) @endif
@csrf
@error('email') {{ $message }} @enderror
@include('layouts.appcomponents.copyright')
@endsection