id
|
title |
slug |
content |
image |
thumbnail |
type_upload |
status |
is_active |
published_at |
views |
tags |
post_type |
img_url |
video_url |
description |
keywords |
created_at |
updated_at |
@foreach ($posts as $post)
{{ $post->id }}
|
{{ $post->title }} |
{{ $post->slug }} |
{{ $post->content }} |
{{ $post->image }} |
{{ $post->thumbnail }} |
{{ $post->type_upload }} |
{{ $post->status }} |
{{ $post->is_active }} |
{{ $post->published_at }} |
{{ $post->views }} |
{{ $post->tags }} |
{{ $post->post_type }} |
{{ $post->img_url }} |
{{ $post->video_url }} |
{{ $post->description }} |
{{ $post->keywords }} |
{{ $post->created_at }} |
{{ $post->updated_at }} |
@endforeach