@if($totalTags != 0)
@endif
@include('loader')
@forelse($tags as $tag)
@empty
@if(empty($search))

{{ __('messages.tag.no_tag_available') }}

@else

{{ __('messages.tag.no_tag_found') }}

@endif
@endforelse
@if($totalTags != 0) {{ __('messages.common.showing') }} {{ $tags->firstItem() }} - {{ $tags->lastItem() }} {{ __('messages.common.of') }} {{ $tags->total() }} @endif
{{ $tags->links() }}