@extends('backend.layouts.master') @section('title') {{ __('sidebar.all_post_tag') }} @endsection @section('main-content') @include('backend.layouts.notification')
News Tag
@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