@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']}}$ Complete Item Profile Edit Profile Password & Security Account Close @method('PUT') @csrf Profile First Name Last Name Year birth Gender gender==1) selected @endif value="1">Male gender==2) selected @endif value="2">Female Postal code Address Contact Email Phone Number Country @foreach($country as $key =>$row) country==$row->id) selected @endif value="{{ $row->id }}">{{ $row->name }} @endforeach City {{-- Save --}} @method('PUT') @csrf Edit Profile First Name Last Name Year birth Gender gender==1) selected @endif value="1" disabled>Male gender==2) selected @endif value="2" disabled>Female Postal code Address Contact Email Phone Number Country @foreach($country as $key =>$row) country==$row->id) selected @endif value="{{ $row->id }}">{{ $row->name }} @endforeach City Save @csrf Verification Utility bill Upload Driving license Upload 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 Email Address --}} {{-- @if(!empty($user->utility_bill))--}} {{-- --}} {{-- @endif--}} {{-- --}} {{-- @if(!empty($user->driving_licences))--}} {{-- View Driving License --}} {{-- @endif--}} # Name Action @if(!empty($user->utility_bill)) 1 Utility Bill @endif @if(!empty($user->driving_licences)) 2 Driving License @endif @csrf Password & Security Submit @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. Close Account {{-- Balance: 0.12 USD Careem Rides Credits - 2.00 USD Careem Rides Credits - 2.00 USD Careem Rides Credits - 2.00 USD Careem Rides Credits - 2.00 USD Careem Rides Credits - 2.00 USD Careem Rides Credits - 2.00 USD 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
To complete registration, please check your email or spam folder and follow the instructions to activate your account.
Not received your email? Resend the activation email
Checklist Progress
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.