@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('dynamictag.create')) @endif @if(!$admin && routeAccess('dynamictag.clone') && count($templates)>0)
@endif @if($admin) @endif
@include('includes.view-pages-filter')
{{trans('dynamic_tags.view.table_heading.dynamic_tag')}} {{trans('spintag.view.table_heading.description')}} {{trans('dynamic_tags.view.table_heading.added_on')}} {{trans('common.table_heading.actions')}}
@endsection