@extends('admin.layouts.app') @section('content')
ID | Titulo | Categoría | Me gustas | Mostrar primero | Estado | Fecha | Action |
---|---|---|---|---|---|---|---|
{{$post->titulo_principal}} | {{$post->category->name}} | {{$post->me_gustas}} | @if ($post->mostrar_primero) Si @else No @endif | @if ($post->estado == "borrador") {{ strtoupper($post->estado) }} @elseif($post->estado == "archivado") {{ strtoupper($post->estado) }} @else {{ strtoupper($post->estado) }} @endif |
{{ \Carbon\Carbon::parse($post->created_at)->translatedFormat('F j \d\e\l Y') }}
{{-- |