@extends('layouts.main') @section('content')
logo

{{ __('Reset Password') }}

{{ session('status') }}
@if ($errors->any())
{{ __('Whoops! Something went wrong.') }}
@endif
@csrf
@endsection