@extends('admin.partial.template-full') @section('section')

Messages


@foreach($messages as $msg) @endforeach
# User Message Created
{{$msg->id}} {{$msg->user->username}} {{str_limit($msg->message, 40)}} {{$msg->created_at->diffForHumans()}}
{{$messages->links()}} @endsection