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

{{$page_title}}

@forelse ($panchayt_samuh_wallets as $key=> $panchayt_samuh_wallet) @empty @endforelse
# User From Amount Type Date
{{($key+1) + ($panchayt_samuh_wallets->currentPage() - 1)*$panchayt_samuh_wallets->perPage()}} Staff: {{$panchayt_samuh_wallet->user->addedBy?->name}}
Customer: {{$panchayt_samuh_wallet->user->name}}
{{ucwords(str_replace('_',' ',$panchayt_samuh_wallet->from))}} ₹ {{$panchayt_samuh_wallet->amount}} {{ucfirst($panchayt_samuh_wallet->type)}} {{$panchayt_samuh_wallet->created_at}}

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