@extends('layouts.admin') @section('style') @endsection @section('content')

{{$page_title}}

@foreach($wallets as $w) @csrf @endforeach
Wallet Amount USD Amount Crypto Action
{{$w->wallets->name}}
@endsection