@extends('layouts.public') @section('title', 'Reset password — SYSTRONICS') @section('meta_description', 'Choose a new password for your partner account.') @section('content') @include('public.partials.page-chrome', [ 'eyebrow' => 'Partner Area', 'title' => 'Reset password', 'lede' => 'Choose a new password for your partner account.', 'crumbs' => [ ['label' => 'Home', 'url' => route('public.home')], ['label' => 'Partners Area', 'url' => route('login')], ['label' => 'Reset password'], ], ])
@csrf
@error('email'){{ $message }}@enderror
@error('password'){{ $message }}@enderror

Back to sign in

@endsection