@extends(decide_template()) @section('title', $pageTitle) @section('page_styles') @endsection @section('page_scripts') @include('includes.view-pages-filter-script') @endsection @section(decide_content()) @if (Session::has('msg'))
{{ Session::get('msg') }}
@endif
@if(routeAccess('spintag.create')) @endif @if(!$admin && routeAccess('clone_spintag') && count($templates)>0)
@endif @if($admin) @endif @if(routeAccess('spintag.destroy'))
@endif
@include('includes.view-pages-filter')
{{trans('spintag.view.table_heading.tag')}} {{trans('spintag.view.table_heading.description')}} {{trans('spintag.view.table_heading.added_on')}} {{trans('common.table_heading.actions')}}
@endsection