@extends('layouts.librenmsv1') @section('title', __('Device Groups')) @section('content')
{{ __('Device Groups') }}
@foreach($device_groups as $device_group) @endforeach
{{ __('Name') }} {{ __('Description') }} {{ __('Type') }} {{ __('Devices') }} {{ __('Ports') }} {{ __('Pattern') }} {{ __('Actions') }}
{{ $device_group->name }} {{ $device_group->desc }} {{ __(ucfirst($device_group->type)) }} id") }}">{{ $device_group->devices_count }} id") }}">View {{ $device_group->type == 'dynamic' ? $device_group->getParser()->toSql(false) : '' }}
@foreach($ungrouped_devices as $device) @endforeach
{{ __('Vendor') }} {{ __('Device') }} {{ __('Platform') }} {{ __('Operating System') }}
{{ $device->os }}
{{ $device->sysName }}
{{ $device->hardware }} {{ $device->os }} {{ $device->version }} @if($device->features) ({{ $device->features }}) @endif
@endsection @section('scripts') @endsection @section('css') @endsection