@extends('layouts.auth') @section('title', 'POS Installation - Check server') @section('content')

{{ config('app.name', 'POS') }} Installation Step 2 of 3


@include('install.partials.nav', ['active' => 'server'])
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

Back Next
@endsection