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

{{ __('Running the following commands will fix the issue most of the time:') }}

@foreach($commands as $command)

{{ $command }}

@endforeach @endsection