TarunKumar Go to resources/views/admin/includes/header.blade.php
Search "Send Push Notifications" and below @endcan
paste this
@role('Admin')
<a href="{{ route("admin.modules") }}" class="dropdown-item {{ Request::is('admin/modules') ? 'active' : '' }}">
<i class="icon-stars mr-2"></i>
Premium Modules <span class="badge badge-flat border-grey-800 text-danger text-capitalize ml-1 float-right">NEW</span>
</a>
@endrole