@extends('installer::install')
@section('step')
@lang('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
@endsection