@extends('layouts.admin.master') @section('content')
# | {{ __('content.image') }} | {{ __('content.title') }} | {{ __('content.category') }} | {{ __('content.post_date') }} | {{ __('content.order') }} | {{ __('content.status') }} | {{ __('content.action') }} |
---|---|---|---|---|---|---|---|
{{ $asc++ }}{{ $desc-- }} | @if (!empty($blog->section_image)) @else @endif | {{ $blog->title }} | @if (isset($blog->category->category_name)) {{ $blog->category->category_name }} @else {{ $blog->category_name }} @endif | {{ Carbon\Carbon::parse($blog->created_at)->format('d.m.Y') }} | {{ $blog->order }} | @if ($blog->status == "published") {{ __('content.published') }} @else {{ __('content.draft') }} @endif |