@extends('layouts.customer') @section('title', 'Delivery Servers') @section('page-title', 'Delivery Servers') @section('content')
Choose the type of delivery server you want to add.
| Name | Owner | Type | Hostname | Status | Actions |
|---|---|---|---|---|---|
| {{ $server->name }} | {{ $server->customer_id ? 'Mine' : 'System' }} | {{ $server->type }} | {{ $server->hostname ?? '—' }} | {{ ucfirst($server->status) }} |
|
| No delivery servers found. | |||||