@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
{{trans('spintag.view.table_heading.tag')}} {{trans('spintag.view.table_heading.description')}} {{trans('spintag.view.table_heading.enable_users')}} {{trans('spintag.view.table_heading.added_on')}} {{trans('common.table_heading.actions')}}
@endsection