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

Delete Confirmation

Email verification completed

Are you sure you want to delete the following content?

@if($tokenData['type'] === 'post') You are about to delete a post @else You are about to delete a comment @endif
Warning: Deleted content cannot be recovered.
@endsection