@extends('themes::default.layout') @section('content')
@csrf
@lang('I forgot password')
@if($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

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

@endsection