@extends('layouts.login_header') @section('content')

{{ __('Reset Password') }}

{{--
Happy to see you again!
--}} @if (session('status')) @endif
@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
Back to Login Page
{{--
Don't have an account? Create
--}}
{{ __('Reset Password') }}
@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@endsection