@extends('layouts.app') @section('title','Tags') @section('pages')
@include('layouts.partials.nav-menu')
@if(in_array('global-tags-create', $authRolePermissions)) @endif
@include('global-tags.table')
@endsection