@extends('layout') @section('content')
User: {{ $user->name }}
Current Amount: ₹ {{ number_format($user->wallet, 2) }}