@section('site_title', formatTitle([__('Installation'), config('info.software.name')]))
{{ __('Permissions') }}
@foreach($results['permissions'] as $type => $files)
{{ __($type) }}
@foreach($files as $file => $writable)
{{ $file }}
775 @if($writable) @include('icons.checkmark', ['class' => 'text-success width-4 height-4 fill-current']) @else @include('icons.close', ['class' => 'text-danger width-4 height-4 fill-current']) @endif
@endforeach
@endforeach
@if(isset($results['errors']) == false) {{ __('Next') }} @include((__('lang_dir') == 'rtl' ? 'icons.chevron-left' : 'icons.chevron-right'), ['class' => 'width-3 height-3 fill-current '.(__('lang_dir') == 'rtl' ? 'mr-2' : 'ml-2')]) @endif