@extends('layouts.master')
@section('title',trans('wallets'))
@section('header')
@endsection
@section('main')
{{trans('wallets')}}
{{trans('create new wallet')}}
@foreach($wallets as $wallet)
{{trans('id')}}
{{trans('address')}}
{{trans('created at')}}
@endforeach
#{{$wallet->id}}
{{ucfirst($wallet->address_base_58)}}
{{$wallet->created_at? $wallet->created_at->ago() : ''}}
{{trans('config perfect money wallet')}}