@if(auth()->user()->isAdmin()) Ajouter un device
@endif @foreach($deviceGroups as $group)

{{ \App\Models\Device::TYPES[$group->first()->type] }}

@each('devices.one', $group, 'device')
@endforeach