@extends('layouts.master') @section('title') Add File to: {{ $server->name }} @endsection @section('scripts') @parent @endsection @section('content')
@foreach (Alert::getMessages() as $type => $messages) @foreach ($messages as $message) @endforeach @endforeach

/home/container/{{ $directory }}

@can('upload-files', $server)

/home/container/  

Please edit the path location above before you upload files. They will automatically be placed in the directory you specify above. Simply click next to /home/container/ and begin typing. You can change this each time you upload a new file without having to press anything else.

Connecting...

@endcan
@endsection