@extends('layouts.front-end.app') @section('title',\App\CPU\translate('My Wallet History')) @push('css_or_js') @endpush @section('content')

{{\App\CPU\translate('My orders')}}

@include('web-views.partials._profile-aside')
{{\App\CPU\translate('Sign out')}}
@foreach($wallerHistory as $wallerHistories) @endforeach
{{\App\CPU\translate('Trans ID')}}# {{\App\CPU\translate('Transaction Method')}} {{\App\CPU\translate('Transaction_type')}} {{\App\CPU\translate('Transaction Amount')}}
{{$wallerHistories['transaction_id']}} {{$wallerHistories['transaction_type']}} {{$wallerHistories['transaction_method']}} {{$wallerHistories['transaction_amount']}}

@endsection @push('script') @endpush