@extends('layouts.minimal') @section('title') {{__('Forgot Your Password?')}} @endsection @section('content')
@component('components.logo') @endcomponent

{{__('Forgot Your Password?')}}

{{__("Enter your email address and we'll send you a reset link.")}}

@if (session('status'))
{{ session('status') }}
@endif @csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endsection @section('css') @endsection