@extends('template.layouts.page') @section('title_postfix', __('Received email')) @section('content_container_classes', 'container-fluid') @section('content_header', __('Email received by YAFFA')) @section('content')
{{ e($receivedMail->text) }}