@extends('layout.master') @section('title', 'User Profile') @section('parentPageTitle', 'Pages') @section('content')
Profile Photo
User

Upload your photo.
Image should be at least 140px x 140px

Basic Information
  
Account Data
Change Password
  
General Information
           
Email from Lucid

I'd like to receive the following emails:

  
Payment Method

PayPal ****2222

Next billing charged $29
Autopay on May 12, 2018 Edit Payment Info

Add Payment Info

Billing History
Plan Amount Action

Basic Plan #LA35628

Charged at April 17, 2018
$29 View

Pro Plan #LA3599

Charged at March 18, 2018
$59 View

Platinum Plan #LA1245

Charged at Feb 02, 2018
$89 View
Your Login Sessions
@stop @section('page-script') $(function() { // photo upload $('#btn-upload-photo').on('click', function() { $(this).siblings('#filePhoto').trigger('click'); }); // plans $('.btn-choose-plan').on('click', function() { $('.plan').removeClass('selected-plan'); $('.plan-title span').find('i').remove(); $(this).parent().addClass('selected-plan'); $(this).parent().find('.plan-title').append(''); }); }); @stop