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

{!! $userCompany->id !!}

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

{!! $userCompany->user_id !!}

{!! Form::label('company_id', 'Company Id:') !!}

{!! $userCompany->company_id !!}

{!! Form::label('status', 'Status:') !!}

{!! $userCompany->status !!}

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

{!! $userCompany->created_at !!}

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

{!! $userCompany->updated_at !!}

{!! Form::label('deleted_at', 'Deleted At:') !!}

{!! $userCompany->deleted_at !!}