{!! Form::label('id', 'Id:') !!}

{{ $frontUser->id }}

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

{{ $frontUser->name }}

{!! Form::label('email', 'Email:') !!}

{{ $frontUser->email }}

{!! Form::label('cell_phone', 'Cell Phone:') !!}

{{ $frontUser->cell_phone }}

{!! Form::label('ssn', 'Ssn:') !!}

{{ $frontUser->ssn }}

{!! Form::label('password', 'Password:') !!}

{{ $frontUser->password }}

{!! Form::label('remember_token', 'Remember Token:') !!}

{{ $frontUser->remember_token }}

{!! Form::label('last_login', 'Last Login:') !!}

{{ $frontUser->last_login }}

{!! Form::label('code', 'Code:') !!}

{{ $frontUser->code }}

{!! Form::label('pending', 'Pending:') !!}

{{ $frontUser->pending }}

{!! Form::label('created_at', 'Created At:') !!}

{{ $frontUser->created_at }}

{!! Form::label('updated_at', 'Updated At:') !!}

{{ $frontUser->updated_at }}