@extends('layouts.app') @section('content') @if (session('success'))
{{ session('success') }}
• It has now been securely deleted, as you requested.
Write a New Message
@elseif(session('error'))
Error!
{{ session('error') }}
Write a New Message
@else
@csrf
How to use this?
1. Write a message
2. Set the timer. It will trigger the auto self-destruction if the message won't be read in time
3. Click "Create Message"
4. Copy the URL that will be generated for you and send it to the message recipient
Characters remaining: 10000 / 10000
@endif @endsection @section('modal') @endsection @section('script') @endsection