@extends('installer::install') @section('step')

Verifying write and read permissions on folders

@foreach (config('installer.folders') as $check)
{{ $check['name'] }}
@if ($check['check']()) @else @endif
@endforeach
@if ($result) Next step @else Reload @endif
@endsection