@foreach($messages as $message)
  • {{ $message->message }}

    {{ date('d M y, h:i a', strtotime($message->created_at)) }}

  • @endforeach