@extends('layouts.app') @section('content')
# | Nom | Type | Description | |
---|---|---|---|---|
{{ $interest->id }} | {{ $interest->label }} | {{ $interest->type === 'interest' ? 'Centre d\'intérêt' : 'Qualification'}} | {{ $interest->description }} |
@can('interest_groups_write')
|