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