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