@extends('backend.layouts.master') @section('main-content')
@include('backend.layouts.notification')
Post Tag Lists
Add Post Tag
@if(count($postTags)>0) @foreach($postTags as $data) @endforeach
S.N.
Title
Slug
Status
Action
S.N.
Title
Slug
Status
Action
{{$data->id}}
{{$data->title}}
{{$data->slug}}
@if($data->status=='active')
{{$data->status}}
@else
{{$data->status}}
@endif
@csrf @method('delete')
id}} style="height:30px; width:30px;border-radius:50%" data-toggle="tooltip" data-placement="bottom" title="Delete">
{{$postTags->links()}}
@else
No Post Tag found!!! Please create post tag
@endif
@endsection @push('styles')
@endpush @push('scripts') @endpush