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

{!! $user->name !!}

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

{!! $user->email !!}