@extends('theme.default') @section('title') My Profile @endsection @section('canonical') @endsection @section('content') @php use App\Helpers\Transaction; $user = Auth::user(); $verified = $user->email_verified_at; $transaction = Transaction::Transaction($user->id); $class= session('class'); @endphp
@if (is_null($verified))
@csrf

Welcome to Survey Bakery Pakistan!

To complete registration, please check your email or spam folder and follow the instructions to activate your account.

Your account is not yet activated

Not received your email? Resend the activation email

@endif

My Profile

@method('PUT') @csrf
@php if(!empty($user->images_path)) { $image = asset('images/user/'.$user->images_path); }else{ $image ='assets/images/profile.png'; } @endphp

{{ $user->first_name.' '.$user->last_name }}

@if (!is_null($verified))
Your account is verified
@endif

Checklist Progress

{{ $percentage }}%

NEXT:

{{ $next }}
Total: {{$transaction['amount']}}$
  • Profile
  • Edit Profile
  • Password & Security
  • Account Close
@method('PUT') @csrf

Profile

Contact

{{-- --}}
@method('PUT') @csrf

Edit Profile

Contact

@csrf

Verification

Verification

We securely collect and store pictures of utility bills and driving licenses provided by users for the sole purpose of verification. We understand the importance of privacy, and we want to assure you that after a thorough verification process, which usually takes 30-40 days, we promptly delete all related data from our systems.

{{--

PayPal Email

--}} {{-- @if(!empty($user->utility_bill))--}} {{-- --}} {{-- @endif--}} {{--
--}} {{-- @if(!empty($user->driving_licences))--}} {{-- View Driving License --}} {{-- @endif--}}
@if(!empty($user->utility_bill)) @endif @if(!empty($user->driving_licences)) @endif
# Name Action
1
Utility Bill
2
Driving License
@csrf

Password & Security

@method('put') @csrf

Deactive Account

If you would like to close your account, kindly provide a reason in the space provided below and select Close Account. Please note that once your account is closed, it cannot be reopened.

{{--

Payout activity:

  • Easypaisa -
    Requested: 6/2/2023
  • 2.00 USD
    PENDING
  • Easypaisa -
    Requested: 6/2/2023
  • 2.00 USD
    PENDING
  • Easypaisa -
    Requested: 6/2/2023
  • 2.00 USD
    PENDING
--}}
@endsection @section('script') @endsection