@extends('core::layouts.app') @section('title', __('Blog categories')) @section('content')
| @lang('Name') | @lang('Thumb') | @lang('Created at') | @lang('Action') | |
|---|---|---|---|---|
| {{ $item->name }} |
|
{{ $item->created_at }} |
@if($item->is_active)
@lang('Active')
@else
@lang('No Active')
@endif
@if($item->is_featured) @lang('Featured') @endif |
|