@extends('layouts.customer-app.basic') @section('title') Fitsigma | Customer Mail Detail @endsection @section('CSS') {!! HTML::style('fitsigma_customer/bower_components/html5-editor/bootstrap-wysihtml5.css') !!} @endsection @section('content')
{!! nl2br($message->text) !!}
{{ \Carbon\Carbon::createFromFormat('Y-m-d H:i:s', $message->created_at)->diffForHumans() }}