@extends('layouts.app') @section('content') @include('components.admin_sidebar')

Blog

@foreach ($data as $post) @endforeach
Gambar Post Kategori Aksi
image description

{{ $post->title }}

@if ($post->status == 1) StatusPublished @else StatusNot published @endif Views{{ $post->views }} Created{{ $post->created_at }}
{{ $post->category_id }}
@endsection