@extends('admin.layouts.app')
@section('crumb')
| news title | user | comment | date | Actions |
|---|---|---|---|---|
|
{{ $new->news->title }} |
{{ $new->user->name }} |
{{ $new->news->comments->first()->comment }} | {{ $new->created_at->diffForHumans() }} | Actions |
| no data found |