{!! Form::label('name', 'NOMBRE') !!}

{{ $user->name }}

{!! Form::label('last_name', 'APELLIDO PATERNO') !!}

{{ $user->last_name }}

{!! Form::label('second_last_name', 'APELLIDO MATERNO') !!}

{{ $user->second_last_name }}

{!! Form::label('email', 'CORREO ELECTRÓNICO') !!}

{{ $user->email }}

{!! Form::label('phone', 'TELÉFONO') !!}

{{ $user->phone }}

{!! Form::label('roles', 'ROLES') !!}