@extends('admin::layouts.auth') @section('content')
Logo

{{ __('Please set your new password for your account here.') }}

@csrf
@error('password') {{ $message }} @enderror

Back to Log in

@endsection