@extends('layouts.auth') @section('title', 'POS Installation - Check server') @section('content')
| PHP >= 7.0.0 | @if($output['php']) @else @endif |
| OpenSSL PHP Extension | @if($output['openssl']) @else @endif |
| PDO PHP Extension | @if($output['pdo']) @else @endif |
| Mbstring PHP Extension | @if($output['mbstring']) @else @endif |
| Tokenizer PHP Extension | @if($output['tokenizer']) @else @endif |
| XML PHP Extension | @if($output['xml']) @else @endif |
| cURL PHP Extension | @if($output['curl']) @else @endif |