@extends('themes::default.layout') @section('content')
@if (session('status')) @endif
@csrf

@lang('Enter your email address and your password will be reset and email to you.')

@if($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

@lang("Don't have account yet?")

@lang('Already have account?')

@endsection