@extends('layouts.public') @section('title', 'Forgot password — SYSTRONICS') @section('meta_description', 'Enter your User ID or company email and we will send a reset link to the company email on file.') @section('content') @include('public.partials.page-chrome', [ 'eyebrow' => 'Partner Area', 'title' => 'Forgot password', 'lede' => 'Enter your User ID or company email and we will send a reset link to the company email on file.', 'crumbs' => [ ['label' => 'Home', 'url' => route('public.home')], ['label' => 'Partners Area', 'url' => route('login')], ['label' => 'Forgot password'], ], ])
@csrf
@error('login'){{ $message }}@enderror

Back to sign in

@endsection