@extends('admin.layouts.app') @section('page_title', __('Dashboard')) @section('content')
@lang('Please allow your browser to get instant push notification. Allow it from notification setting.')
@lang("Please allow your browser to get instant push notification. Allow it from notification setting.")
@lang('Full Name') | @lang('Email-Phone') | @lang('Balance') | @lang('Country') | @lang('Status') | @lang('Last Login') | @lang('Action') |
---|---|---|---|---|---|---|
id) }}">
{!! $user->profilePicture() !!}
{{ $user->firstname . ' ' . $user->lastname }}{{'@'. $user->username }} |
{{ $user->email }} {{ $user->phone }} |
{{ currencyPosition($user->balance) }}
|
{{ $user->country ?? 'N/A' }} | @if($user->status == 1) @lang("Active") @else @lang("Inactive") @endif | {{ diffForHumans($user->last_login) }} | |