• {{config('app.name')}}

    {{config('app.name')}}

  • {{__('User Area')}}
  • {{__('Hello!')}} {{Auth::user()->name}} avatar
    {{__('My Profile')}} {{__('My Trades')}} {{__('Settings')}}
    {{ __('Logout') }}
    @csrf
  • @{{notifications.total}}
    • {{__('Notifications')}}
      {{__('More')}}
    • {{__('No unread notifications!')}}
  • @{{messages.total}}
    • {{__('Active Trade Chats')}}
      @{{messages.total}}
    • avatar
      @{{message.user.name}} (@{{message.trade.token}})

      @{{message.content}}

      {{__('File:')}} @{{truncate(message.content.replace(/^.*[\\\/]/, ''), 8)}}

      {{__('No chat found on any active trade!')}}