@extends('layouts.app') @section('title', 'Secure Webmail - ' . $account->email) @section('styles') @endsection @section('content')

{{ $account->email }}

Secure Session
@if (session('success')) @endif @if (session('error')) @endif
Secure Session Information

A secure session has been created for your email account. This session will expire in 02:00:00.

For your security, the session will automatically end after this time period or when you log out.

Access Secure Webmail
@csrf
Security Features
End-to-End Encryption

All your emails are encrypted from end to end, ensuring that only you and the recipient can read them.

Phishing Protection

Advanced algorithms detect and block phishing attempts to protect your sensitive information.

Malware Scanning

All attachments are automatically scanned for malware before you can download them.

Secure Authentication

Multi-layered authentication ensures that only you can access your emails.

@endsection @section('scripts') @endsection