<?php
$current_route = Route::currentRouteName();
?>
<?php if(isset($route) && $route != ""): ?>
<?php if(admin_permission_by_name($route)): ?>
<li class="sidebar-menu-item <?php if($current_route == $route): ?> active <?php endif; ?>">
<a href="<?php echo e(setRoute($route)); ?>">
<i class="<?php echo e($icon ?? ""); ?>"></i>
<?php
$title = $title ?? "";
?>
<span class="menu-title"><?php echo e(__($title)); ?></span>
</a>
</li>
<?php endif; ?>
<?php endif; ?><?php /**PATH D:\xampp\htdocs\git\nfcpay\resources\views/admin/components/side-nav/link.blade.php ENDPATH**/ ?>
In case of an error, the API will return an error response containing a specific error code 400, 403 Failed and a user-friendly message. Refer to our API documentation for a comprehensive list of error codes and their descriptions.