@extends($layoutPath ?? 'sitemanager::layouts.app') @section('title', 'Password Setup') @push('head') {!! resource('sitemanager::css/email-verification.css') !!} @endpush @section('content')

Email Verified!

Please set up a password for editing/deleting your content

@csrf
Password Setup

Set a password to edit or delete this {{ $tokenData['type'] === 'post' ? 'post' : 'comment' }} in the future.

@error('password')
{{ $message }}
@enderror Enter 4-20 characters
@error('password_confirmation')
{{ $message }}
@enderror
Important Notes
  • This password cannot be recovered if lost
  • You won't be able to edit/delete without it
  • Please store it in a safe place
@endsection