@extends('layouts.app') @section('title', 'Secure Webmail') @section('styles') @endsection @section('content')

Secure Webmail Interface

End-to-End Encrypted
@if (session('success')) @endif @if (session('error')) @endif
Security Information

Our secure webmail interface provides:

  • End-to-end encryption for your emails
  • Advanced phishing protection
  • Malware scanning for attachments
  • Secure session management
Your Email Accounts
@if($accounts->isEmpty())

You don't have any email accounts yet. Please create an email account first.

Create Email Account
@else
@foreach($accounts as $account)
@endforeach
@endif
@endsection @section('scripts') @endsection