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

{{trans('config perfect money wallet')}}

@csrf
@endsection @section('footer') @endsection