@if (auth()->user()->can('access_website_intergrate') && auth()->user()->can('access_sync_order'))

@lang('Sync Orders'):

@if (!empty($alerts['orderNotSynced']))
    @if (!empty($alerts['orderNotSynced']))
  • {{ $alerts['orderNotSynced'] }}
  • @endif
@endif
@endif