{{-- search will enter here --}}
Image
Name
Symbol
{{-- Wallet Address
--}}
USD Price
Created At
Action
{{ ucwords($wallet->name) }}
{{ $wallet->symbol }}
{{--
{{ $wallet->wallet_address }}
--}}
${{ number_format($wallet->usdPrice, 6, '.', ',') }}
{{ date('d M,Y', strtotime($wallet->createdAt)) }}
No wallet found!
@endif
{{ $wallets->links() }}
{{-- search will enter here --}}
@foreach ($walletOptions as $wallet)
@endforeach
@if ($wallets->count() < 1)
{{--
Multiple Wallets
Name
Wallet Address
Created At
Action
No wallet found!
@endif
{{ $users->links() }}
--}}
{{ $wallets->links() }}