@extends('layouts.public') @section('title', 'Two-factor authentication — SYSTRONICS') @section('meta_description', 'Enter the 6-digit code from your authenticator app.') @section('content') @include('public.partials.page-chrome', [ 'eyebrow' => 'Partner Area', 'title' => 'Two-factor authentication', 'lede' => 'Enter the 6-digit code from your authenticator app.', 'crumbs' => [ ['label' => 'Home', 'url' => route('public.home')], ['label' => 'Partners Area', 'url' => route('login')], ['label' => 'Two-factor authentication'], ], ])
@csrf
@error('code'){{ $message }}@enderror
@csrf
@endsection