@foreach($results['permissions'] as $type => $files)
@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 pt-1'])
@endif
@endforeach
@endforeach