@extends('layouts/fullLayoutMaster') @section('title', 'Ultimate SMS Auto Installer') @section('vendor-style') @endsection @section('page-style') @endsection @section('content')
{{config('app.name')}}
@if ($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif
System Compatibility
Check Environments
@foreach($requirements['requirements'] as $type => $requirement) @if($type == 'php') @endif @foreach($requirements['requirements'][$type] as $extention => $enabled) @endforeach @endforeach
Requirements Result
PHP {{ $phpSupportInfo['minimum'] }}
{{ $phpSupportInfo['current'] }}
{{ ucfirst($extention) }} PHP Extension @if($enabled)
Enabled
@else
Not Enabled
@endif
@if ( ! isset($requirements['errors']) && $phpSupportInfo['supported'] ) @endif
Check Permissions
Set Permission 775 following folders
@foreach($permissions['permissions'] as $permission) @endforeach
Folder Permission
{{ $permission['folder'] }}
{{ $permission['permission'] }}
@if ( ! isset($permissions['errors'])) @endif
@csrf
Environment Settings
Enter Your Database & Application Info.
@csrf
Update Your Profile Information

It's your admin portal access path url. It only contains one word like admin or admincp

@endsection @section('vendor-script') @endsection @section('page-script') @endsection