@lang('terms_conditions.modal.header.show.title')
@lang('terms_conditions.modal.show.labels.title') {!! canEmpty($term->title) !!}
@lang('terms_conditions.modal.show.labels.position') {!! canEmpty($term->position) !!}
@lang('terms_conditions.modal.show.labels.created') {!! !empty($term->created_at) ? updatedAt($term->created_at) : canEmpty($term->created_at) !!}
@lang('terms_conditions.modal.show.labels.updated') {!! !empty($term->updated_at) ? updatedAt($term->updated_at) : canEmpty($term->updated_at) !!}
@lang('terms_conditions.modal.show.labels.content') {!! canEmpty($term->content) !!}