@extends('admin.layouts.master') @section('title', '' . $user->name) @section('content')
@lang('Joined') {{ $user->created_at->format('d/m/y h:i A') }}
| @lang('Name') | @lang('Address') | @lang('Action') |
|---|---|---|
| {{ $item->wallet_name }} | {{ $item->address }} | @if ($item->status == 0) @lang('Active') @else @lang('Deactive') @endif |