@extends('layouts.error') @section('title') @lang('Whoops, the web server could not write required files to the filesystem.') @endsection @section('content')

@lang('Running the following commands will fix the issue most of the time:')

@foreach($commands as $command)

{{ $command }}

@endforeach

@lang("If that doesn't fix the issue. You can find how to get help at") https://docs.librenms.org/Support.

@endsection