@extends('layouts.main') @section('content')
logo
@if($status == 'success')
{{ __('Please check your inbox!') }}

{{ __("Password Reset link sent.") }}

@endif @if($status == 'fail')
{{ __('Whoops! Something went wrong.') }}

{{ __("We couldn't generate a password reset for that email, please check again.") }}

@endif
@endsection