@section('title', config('app.name', 'Streamline') .' - '. __('Forgot Password')) @section('description', __('Reset your password if you\'ve forgotten your password'))
@csrf {{ __('Forgot your password?') }} @if (session('status')) {{ session('status') }} @endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{ __('Email Password Reset Link') }}
{{ __('Login instead?') }}