@extends('layouts.backend.app') @section('style') @endsection @section('content') @php $currency=\App\Options::where('key','currency_icon')->select('value')->first(); @endphp
{{ __('Earnings this month') }} ({{ date('F') }})
{{ __('Your balance') }}
{{ __('Total value of your Earnings') }}
{{ __('ORDER ID') }} | {{ __('Commision') }} | {{ __('Date') }} | {{ __('View') }} |
---|---|---|---|
#{{ $row->order_id }} | {{ strtoupper($currency->value) }}{{ $row->commision }} | {{ $row->created_at->format('Y-F-d') }} |