@extends('layouts.app')
@section('content')
@if (session('success'))
{{ session('success') }}
• It has now been securely deleted, as you requested.
@elseif(session('error'))
Error!
{{ session('error') }}
@else
@endif
Message was created successfully!
• Copy the URL below and send it to the recipient.
• The message will self-destruct after the timer expires if the message hasn't been read in time.
• In case you need to delete the message you just wrote, use the corresponding button.
• The contents of this page will disappear in .
@endsection
@section('modal')