@extends('layouts.app') @section('main-content')

{{ __('Reset Password') }}

@if (session('status')) @endif
@csrf
@if($errors->has('email')) {{ $errors->first('email') }} @endif

{{ __("Don't have account?") }} {{ __('Sign up') }}



@endsection