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

Verifying write and read permissions on folders

{{ base_path().DIRECTORY_SEPARATOR.'storage'.DIRECTORY_SEPARATOR.'framework' }} @if($checks['storage.framework']) @else @endif
{{ base_path().DIRECTORY_SEPARATOR.'storage'.DIRECTORY_SEPARATOR.'logs' }} @if($checks['storage.logs']) @else @endif
{{ base_path().DIRECTORY_SEPARATOR.'bootstrap'.DIRECTORY_SEPARATOR.'cache' }} @if($checks['bootstrap.cache']) @else @endif
@if(!in_array(false, $checks, true)) Next step @else Reload @endif
@endsection