@extends('layout.app') @section('content')
Data Post
{{-- --}} {{-- --}} @foreach ($posts as $item) {{-- --}} {{-- --}} @endforeach
No User TitleCategoryDescriptionPublished Action
{{ $loop->iteration }} {{ $item->user->name }} {{ $item->title }}
    @foreach ($item->categories as $categoryPost)
  • {{ $categoryPost->name }}
  • @endforeach
{{ $item->description }} @if ($item->status_published == 'active') {{ $item->status_published }} @else {{ $item->status_published }} @endif
{{-- function detail --}} @endsection