{{ __('sidebar.post_tag_list') }}

{{--
--}}
@if(count($postTags)>0) @foreach($postTags as $data) @endforeach
{{ __('sidebar.post_snumber') }} {{ __('sidebar.post_title') }} {{ __('sidebar.post_slug') }} {{ __('sidebar.post_status') }} {{ __('sidebar.post_action') }}
{{$data->id}} {{$data->title}} {{$data->slug}} @if($data->status=='active') {{$data->status}} @else {{$data->status}} @endif
@csrf @method('delete')
{{$postTags->links()}} @else
No Post Tag found!!! Please create post tag
@endif
@endsection @push('styles') @endpush @push('scripts') @endpush