@extends('layouts.auth') @section('content') logo @if (session('status')) @endif

@lang('app.resetPassword')

@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@lang('front.navigation.backToHome') @lang('app.signIn')
@endsection