extend('themes/vuexy/main/defaultlayout') ?> section('content'); ?>
Perfil de Usuario
">
" value="first_name : set_value('first_name'); ?>" autofocus />
" value="last_name : set_value('last_name'); ?>" />
" value="email : set_value('email'); ?>" />
" value="" />
" value="" />
"btn btn-dark"]) ?>
get('settings'); ?>
endSection() ?> section('additionalInlineJs') ?> "use strict"; $(document).ready(function () { $('#first_name').focus(); }); endSection() ?>