@extends('stv::stms') @section('title', 'Requirements') @section('content')
Please make sure the PHP extensions listed below are installed
@foreach ($configurations as $configuration => $isCheck) @endforeach
Extensions Status
{{ $configuration }}
@if ($configured) Next @else Next @endif
@endsection