@extends('super_admins.layouts.master') @section('title', 'About & Update') @section('css') @endsection @section('content')

{{ $heading }}

Upload From Local Directory
@csrf
About System
Software Version{{ $application_current_version->value }}
Check updateUpdate
PHP Version{{ phpversion() }}
Laravel Version{{ app()->version() }}
Curl Enable{{ function_exists('curl_version') ? 'Enabled' : 'Disabled' }}
Max upload Size{{ ini_get('upload_max_filesize') }}
Purchase CodeVerified
Install Domain{{ url('/') }}
@endsection