portal payment page view updated

This commit is contained in:
batuhanbas
2020-01-11 17:03:25 +03:00
parent 934a5457d4
commit 37673a3bcb
4 changed files with 128 additions and 86 deletions

View File

@ -4,7 +4,6 @@ namespace App\Http\Controllers\Portal;
use App\Abstracts\Http\Controller;
use App\Http\Requests\Portal\Profile as Request;
use App\Models\Auth\User;
use App\Traits\Uploads;
class Profile extends Controller