@extends('layouts.backend.app') @section('title', 'Dashboard') @section('content')

{{ __('Dashboard') }}

{{ __('Total Earning') }}

{{ __('Total Requests') }}

{{ __('Total Payment') }}

{{ __('Expire Date') }}

{{ __('API Keys') }}

{{ __('NAME') }} {{ __('TOKEN') }} {{ __('CREATED AT') }}
{{ __('Publishable key') }} {{ Auth::User()->public_key }} {{ Auth::User()->created_at->isoFormat('ll') }}
{{ __('Secret key') }} {{ Auth::User()->private_key }} {{ Auth::User()->created_at->isoFormat('ll') }}
{{ __('Currency') }} {{ Auth::User()->currency }} {{ Auth::User()->created_at->isoFormat('ll') }}

{{ __('Storage Used') }}

{{ __('Daily Requests') }}

{{ __('Monthly Requests') }}

{{ __('Earnings performance') }}

{{ __('SL.') }} {{ __('Gateway') }} {{ __('Amount') }} {{ __('Trx Id') }} {{ __('Created At') }} {{ __('View') }}
@endsection @push('js') @endpush