@extends('install.layout') @section('title', 'File Permissions') @section('content')
{{ __('Please ensure the necessary file permissions are set correctly before proceeding with the installation.') }}
| {{ __('Directory') }} | {{ __('Status') }} |
|---|---|
| {{ $directory }} |
@if ($isWritable)
|