@extends('layouts.app') @section('title','API Management') @section('pages')
@include('layouts.partials.nav-menu')
{{-- @if(in_array('api-management-create', $authRolePermissions))--}} {{-- @endif --}}
@include('api-management.table')
@endsection