@extends('backend.layouts.master')
@section('main-content')
@include('backend.layouts.notification')
@if(count($postTags)>0)
S.N. |
Title |
Slug |
Status |
Action |
S.N. |
Title |
Slug |
Status |
Action |
@foreach($postTags as $data)
{{$data->id}} |
{{$data->title}} |
{{$data->slug}} |
@if($data->status=='active')
{{$data->status}}
@else
{{$data->status}}
@endif
|
|
@endforeach
{{$postTags->links()}}
@else
No Post Tag found!!! Please create post tag
@endif
@endsection
@push('styles')
@endpush
@push('scripts')
@endpush