@extends('layouts.admin') @section('title') Servidor — {{ $server->name }}: Mounts @endsection @section('content-header')
| ID | Nome | Origem | Objetivo | Status | |||
|---|---|---|---|---|---|---|---|
{{ $mount->id }} |
{{ $mount->name }} | {{ $mount->source }} |
{{ $mount->target }} |
@if (! in_array($mount->id, $server->mounts->pluck('id')->toArray()))
Unmounted | @else | Montado | @endif |