@extends('admin/layouts/default') {{-- Page title --}} @section('title') View Mail @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content') Show Compose Inbox @if($count>0) {{ $count}} @endif Sent Single Mail @if($email->senderName->pic) @elseif(Sentinel::getUser()->gender === "male") @elseif(Sentinel::getUser()->gender === "female") @else @endif {{ $email->senderName->first_name }} {{ $email->senderName->last_name }} <{{ $email->senderName->email }}> {{ $email->created_at->diffForHumans() }} {!! $email->email_message !!} {{----}} Reply Forward {{----}} @stop {{-- page level scripts --}} @section('footer_scripts') @stop