@extends('layouts.default') @section('content')
{!! date('d M Y, h:i A',strtotime($message->created_at)) !!}
{!! $message->content!!}