@extends('layouts.main')
@section('title', 'User Transaction')
@section('content')
@push('head')
@endpush
@include('include.message')
| {{ __('sr No.')}} |
{{ __('User')}} |
{{ __('Request To')}} |
{{ __('Coin Used')}} |
{{ __('Amount')}} |
{{ __('Type')}} |
{{ __('Payment Status')}} |
{{ __('Request Date')}} |
| {{ __('sr no.')}} |
{{ __('Name')}} |
{{ __('Amount')}} |
{{ __('Type')}} |
{{ __('Remained Coin')}} |
{{ __('IP')}} |
{{ __('Remark')}} |
{{ __('Date')}} |
| {{ __('s no.')}} |
{{ __('Profile')}} |
{{ __('Name')}} |
{{ __('Phone')}} |
{{ __('Email')}} |
{{ __('Ip')}} |
{{ __('Balance')}} |
{{ __('Status')}} |
{{ __('Registration')}} |
{{ __('Action')}} |
@include('model')
@push('script')
@endpush
@endsection