<?php

return [
    [
        'key'   => 'yas',
        'name'  => 'member::app.yas.title',
        'route' => 'yas_admin.member.index',
        'sort'  => 10,
        'icon'  => 'icon-customer-2',
    ],
    [
        'key'   => 'yas.yasmember',
        'name'  => 'member::app.member.index.menu-title',
        'route' => 'yas_admin.member.index',
        'sort'  => 10,
        'icon'  => 'icon-customer-2',
    ],
    [
        'key'   => 'yas.yasrole',
        'name'  => 'member::app.yasrole.index.title',
        'route' => 'yas_admin.yasrole.index',
        'sort'  => 10,
        'icon'  => 'icon-customer-2',
    ]
];