@extends('layouts.app') @section('title') Read Mail @endsection @section('content') @php $user_role = Auth::user()->user_role; @endphp

Read Mail

Read Mail

{{ $mail['subject'] }}

From: {{ $mail['from'] }} {{ $mail['date'] }}
{!! $mail['body'] !!}
@if(count($mail['attachments']) > 0) @endif
@endsection