@extends(decide_template()) @section('title', $pageTitle) @section('page_styles') @endsection @section('page_scripts') @endsection @section(decide_content()) @if (Session::has('msg'))
{{ Session::get('msg') }}
@endif
@if(routeAccess('dynamictag.templates_add')) @endif
{{trans('dynamic_tags.view.table_heading.dynamic_tag')}} {{trans('spintag.view.table_heading.description')}} {{trans('spintag.view.table_heading.enable_users')}} {{trans('dynamic_tags.view.table_heading.added_on')}} {{trans('common.table_heading.actions')}}
@endsection