@extends('layouts.app') @push('page_style') @endpush @section('content')

News

@foreach ($news as $item) @endforeach
ID Title Detail Created Date Action
{{ $item->id }} {{ $item->title }} {!! $item->detail !!} {{ \Carbon\Carbon::parse($item->created_at)->format('Y-m-d') }} Edit Delete
@endsection