@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 ($mount->id == 2) Unmounted @else Mounted @endif | @if ($mount->id == 2) @else @endif |