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

{{ $oauthClients->id }}

{!! Form::label('user_id', 'User Id:') !!}

{{ $oauthClients->user_id }}

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

{{ $oauthClients->name }}

{!! Form::label('secret', 'Secret:') !!}

{{ $oauthClients->secret }}

{!! Form::label('redirect', 'Redirect:') !!}

{{ $oauthClients->redirect }}

{!! Form::label('personal_access_client', 'Personal Access Client:') !!}

{{ $oauthClients->personal_access_client }}

{!! Form::label('password_client', 'Password Client:') !!}

{{ $oauthClients->password_client }}

{!! Form::label('revoked', 'Revoked:') !!}

{{ $oauthClients->revoked }}

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

{{ $oauthClients->created_at }}

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

{{ $oauthClients->updated_at }}