@extends('main.layouts.app') @section('content')

News List

@foreach ($news as $item) @endforeach
ID News Title News URL News Tags News Description News Thumbnail News Status Created At Actions
{{ $item->id }} {{ $item->news_title }} {{ $item->news_url }} {{ $item->news_tag }} {{ $item->news_description }} Thumbnail {{ $item->news_status }} {{ Carbon\Carbon::parse($item->created_at)->format('M d, Y') }} Edit Delete
@endsection