@php $jabaliVersion = '1.0.1'; $versionFile = base_path('VERSION'); if (file_exists($versionFile)) { $content = file_get_contents($versionFile); if (preg_match('/VERSION=(.+)/', $content, $matches)) { $jabaliVersion = trim($matches[1]); } } @endphp
Jabali Panel
Web Hosting Control Panel
GitHub © {{ date('Y') }} Jabali v{{ $jabaliVersion }}