@extends('admin.layouts.app') @section('crumb') @endsection @section('content')
@if(count($news)) @foreach ($news as $new) @endforeach @else @endif
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
@endsection