@extends('layouts.master') @section('title') Managing Files for: {{ $server->name }} @endsection @section('content')
{{ trans('server.files.loading') }}
@foreach (Alert::getMessages() as $type => $messages) @foreach ($messages as $message) @endforeach @endforeach

File Path Information

When configuring any file paths in your server plugins or settings you should use /home/container as your base path. While your SFTP client sees the files as /public this is not true for the server process.
@endsection