{{-- expects: $email, $tokenStatus --}} @extends('layouts.Default') @section('styles') @stop @section('scripts') @stop @section('panel-heading') User Profile @stop @section('content')
User Profile @include("pages.user.registration-profile-partial", ['registration' => false])

Update Password

@if ($errors->has('current_password')) {{ $errors->first('current_password') }} @endif
@stop