{{--
@csrf
{{ __('Reset Password') }}
--}} @extends('layouts.website.website') @section('content')

Reset Password

{{ __('Reset Password') }}
@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
{{--
@csrf
--}}
@endsection