@extends('installation.installation') @section('content')

Checking file permissions

We ran diagnosis on your server. Review the items that have a red mark on it.
If everything is green, you are good to go to the next step.

@if ($permission['curl_enabled'] == 1 && $permission['db_file_write_perm'] == 1 && $permission['symlink_enabled'] == 1 && $phpVersion >= 8.1) Go To Next Step @endif

@endsection