{{ $tag->title }} {{ __('Tag') }}

Title: {{ $tag->title }}

Status: @if ($tag->status === 'active') Active @else Inactive @endif

{{ $tag->slug }}

{{ $tag->description ?? 'No data Found' }}
{{ $tag->remarks ?? 'No data Found' }}
Created on: {{ $tag->created_at->format('d-M-Y H:i') }} Updated on: {{ $tag->updated_at->format('d-M-Y H:i') }}
← Back to list Edit
@push('js') @endpush