@extends('layouts.app') @section('content')
| Title | Category | Date | Tags | Attributes | Status | Translations | Actions |
|---|---|---|---|---|---|---|---|
| {{$post->{"title:".fallback_locale()} }} | @foreach($post->categories as $category) {{$category->{"name:".fallback_locale()} }} @endforeach | {{$post->date->format('d/m/Y')}} | @foreach($post->tagArray as $tag) {{$tag}} @endforeach | @if ($post->sticky) Sticky @endif | @if ($post->status == 'public') public @else private @endif |