|
status == 0)class="read" @else class="unread"@endif > |
|
@if($email->receiverName->pic)
@elseif(Sentinel::getUser()->gender === "male")
@elseif(Sentinel::getUser()->gender === "female")
@else
@endif
{{ $email->receiverName->first_name }} {{ $email->receiverName->last_name }}
|
{{ $email->subject }}
|
{{ $email->created_at->diffForHumans() }}
|
@endforeach