@lang('lang.tags')
@if(count($current_tags ?? []) >0)
@foreach($current_tags as $current) {{ $current->tag_title }} @endforeach
@endif