@extends('admin.master') @section('pageCsCode') @stop @section('pageContent')
{{__("admin.blog.blogs.Title")}} | {{__("admin.blog.blogs.Type")}} | {{__("admin.blog.blogs.Category")}} | {{__("admin.blog.blogs.Status")}} | {{__("admin.blog.blogs.View")}} | {{__("admin.blog.blogs.Edit")}} |
---|---|---|---|---|---|
deleted_at) style="text-decoration:line-through" @endif> {{@json_decode(@$item->translations,true)['blog_title'][app()->getLocale()] ?? @$item->blog_title}} | {{$item->blogType->lookup_name}} | {{$item->blogCategory->lookup_name}} | {{$item->status}} | {{-- --}} {{-- --}} |