@extends('layouts.modern') @section('page-title', 'Servers') @section('breadcrumb')
| Server Name | Host | Username | Password | Stores | Actions |
|---|---|---|---|---|---|
|
{{ $server->name }}
|
{{ $server->host }} | {{ $server->user }} | •••••••• | {{ $server->stores->count() }} stores | |
|
@if(request()->hasAny(['search']))
No servers found matching your search criteria. View All Servers @elseNo servers found. @if(auth()->user()->hasPermission('servers.create')) Add First Server @endif @endif |
|||||