@extends('backend.layouts.app') @section('content')

{{$agent->name}} {{$page_title}}

@forelse ($wallet_histories as $key=> $wallet_history) @empty @endforelse
# Amount from Status Date
{{($key+1) + ($wallet_histories->currentPage() - 1)*$wallet_histories->perPage()}} ₹ {{$wallet_history->balance}} {{ucwords(str_replace('_',' ',$wallet_history->from))}} {{ucfirst($wallet_history->status)}} {{$wallet_history->created_at}}

Opps!! There Are No Data Found..
{{ $wallet_histories->links() }}
@endsection