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