@extends('layouts.auth') @section('content') @if ($errors->any())
{{ __('Whoops! Something went wrong.') }}
@endif
@csrf
@if (Route::has('password.request')) {{ __('Forgot Your Password?') }} @endif
@endsection