@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 @endsection