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

@lang('app.resetPassword')

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