@extends('layouts.main.app') @section('head') @include('layouts.main.headersection',[ 'title'=> __('Categories'), 'buttons'=>[ [ 'name'=>' '.__('Create a Tag'), 'url'=>'#', 'components'=>'data-toggle="modal" data-target="#addRecord" id="add_record"', 'is_button'=>true ] ] ]) @endsection @section('content')
{{ __('Name') }} | {{ __('Slug') }} | {{ __('Uses for blog') }} | {{ __('Status') }} | {{ __('Created At') }} | {{ __('Action') }} |
---|---|---|---|---|---|
{{ $tag->title }} | {{ $tag->slug }} | {{ $tag->postcategories_count }} | {{ $tag->status == 1 ? __('Active') : __('Draft') }} | {{ $tag->created_at->format('F-d-Y') }} |
|