芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/kwesioben.com/paymoney/resources/views/user/layouts/partials/sidebar.blade.php
{!! menuSvgIcon('user.dashboard') !!}
{{ __('Dashboard') }}
{!! menuSvgIcon('user.wallets.*') !!}
{{ __('Wallets') }}
{{ __('Transactions') }}
{!! menuSvgIcon('user.transactions.*') !!}
{{ __('Transactions') }}
@if(Common::has_permission(auth()->id(),'manage_deposit'))
{!! menuSvgIcon('user.deposit.*') !!}
{{ __('Deposit Money') }}
@endif @if(Common::has_permission(auth()->id(),'manage_transfer'))
{!! menuSvgIcon('user.send_money.*') !!}
{{ __('Send Money') }}
@endif @if(Common::has_permission(auth()->id(),'manage_request_payment'))
{!! menuSvgIcon('user.request_money.*') !!}
{{ __('Request Money') }}
@endif @if(Common::has_permission(auth()->id(),'manage_exchange'))
{!! menuSvgIcon('user.exchange_money.*') !!}
{{ __('Exchange Money') }}
@endif @if(Common::has_permission(auth()->id(),'manage_withdrawal'))
{!! menuSvgIcon('user.withdrawal.*') !!}
{{ __('Withdrawals') }}
{{ __('Withdraw Money') }}
{{ __('Withdrawal List') }}
{{ __('Withdrawal Settings') }}
@endif @if(Common::has_permission(auth()->id(),'manage_merchant'))
{!! menuSvgIcon('user.merchants.*') !!}
{{ __('Merchants') }}
{{ __('Merchants') }}
{{ __('Payments') }}
@endif
{{ __('Others') }}
{!! menuSvgIcon('user.disputes.*') !!}
{{ __('Disputes') }}
{!! menuSvgIcon('user.tickets.*') !!}
{{ __('Tickets') }}
{!! menuSvgIcon('user.profiles.*') !!}
{{ __('Profile') }}
{!! menuSvgIcon('user.setting.*') !!}
{{ __('Verifications') }}
@if (count(getCustomAddonNames()) > 0)
{{ __('Addons') }}
@endif @foreach (getAddons() as $addon) @if (isActive($addon) && view()->exists(strtolower($addon) . '::user.layouts.sidebar')) @include(strtolower($addon) . '::user.layouts.sidebar') @endif @endforeach