@extends('admin.app') {{-- Web site Title --}} @section('title') User Account Overview :: @parent @stop @section('content') @if (isset($status))
@endif

Wallet Transactions :: {{$wallet->user->name}}

Report Filter

Transaction No Amount Closing Balance Created At
@endsection @section('styles') @stop {{-- Scripts --}} @section('scripts') @endsection