@extends('layouts.blank') @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['routes_file_write_perm'] == 1 && $phpVersion >= 7.20) @if ($_SERVER['SERVER_NAME'] == 'localhost' || $_SERVER['SERVER_NAME'] == '127.0.0.1') Go To Next Step @else Go To Next Step @endif @endif

@endsection