@extends('user_type.auth', ['parentFolder' => '', 'childFolder' => '']) @section('content')
HashTag
@if ($errors->get('msgError')) @endif @if (session('success')) @endif @if (count($data) > 0) @foreach ($data as $item) @endforeach @else no content @endif
# #Tag Category TOTAL NOVEL ON HASHTAG STATUS ACTION
#{{ $item->title }} {{ $item->catName }} 0 @if ($item->status == 0) Active @else Disabled @endif
{{ $data->links('components.paginate') }}
{{-- Modal Add Start --}} {{-- Modal Add End --}} {{-- Modal Update Start --}} {{-- Modal Update End --}} @endsection @push('js') @endpush