@extends('layouts.app') @section('css') @endsection @section('page-header') @endsection @section('content')

{{ __('All User Payments') }}

{{ __('Purchase Date') }} {{ __('Plan Type') }} {{ __('User Email') }} {{ __('Order ID') }} {{ __('Payment') }} ({{ config('payment.default_system_currency') }}) {{ __('Plan Name') }} {{ __('Characters') }} {{ __('Paid By') }} {{ __('Status') }} {{ __('Actions') }}
@endsection @section('js') @endsection