@extends('layouts.admin')
@section('title') Wallet Transaction @endsection
@section('page_title') Wallet Transaction @endsection
@push('page_style')
@include('include.dataTableStyles')
@endpush
@section('content')
@push('page_style')
@endpush
S.No |
User Name |
Type |
Method |
Amount |
Reference Id |
Description |
@push('page_script')
@include('include.dataTableScripts')
@endpush
@endsection