@extends('admin.layouts.app') @section('title', __('admin.server_groups.title')) @section('content')
| {{ __('common.table.name') }} | {{ __('admin.server_groups.fill_type') }} | {{ __('admin.server_groups.servers') }} | {{ __('common.table.actions') }} |
|---|---|---|---|
| {{ $group->name }} | {{ $group->fill_type ?? 'Sequential' }} | {{ $group->servers_count ?? 0 }} |