File "TradingPaymentController.php"

Full Path: /home/fundopuh/trader.fxex.org/app/Http/Controllers/Admin/TradingPaymentController.php
File size: 380 bytes
MIME-type: text/x-php
Charset: utf-8

<?php  
// this Code is Cracked by dharunMods-YouTube-Channel

namespace App\Http\Controllers\Admin;

use App\Http\Controllers\Controller;
use Illuminate\Http\Request;

class TradingPaymentController extends Controller
{
    public function payment()
    {
        return view('admin.subscription.payment', [
            'title' => 'Fund your account balance'
        ]);
    }
}