Type:
@if($term->identifier == 'terms')
Terms & Conditions
@elseif($term->identifier == 'privacy')
Privacy Policy
@else
{{ $term->identifier }}
@endif
Status:
@if ($term->is_active)
Active
@else
Inactive
@endif
Created At: {{ $term->created_at->format('Y-m-d H:i:s') }}
Updated At: {{ $term->updated_at->format('Y-m-d H:i:s') }}
{{ $term->title }}
{!! $term->body !!}
@if ($term->title_ar || $term->body_ar)
{{ $term->title_ar }}
{!! $term->body_ar !!}
@endif