@extends('layouts.admin') @push('title', get_phrase('About')) @push('meta')@endpush @push('css')@endpush @section('content') @php $curl_enabled = function_exists('curl_version'); @endphp

{{ get_phrase('About This Application') }}

{{ get_phrase('About this application') }}

{{ get_phrase('Software version') }} {{ get_settings('version') }}

{{ get_phrase('Laravel version') }} 11.10.0

{{ get_phrase('Php version') }} {{ phpversion() }}

{{ get_phrase('Curl enable') }} @php echo $curl_enabled ? '' . get_phrase('enabled') . '' : '' . get_phrase('disabled') . ''; @endphp

{{ get_phrase('Licensed By') }} {{ get_settings('purchase_code') }}

{{ get_phrase('Product license') }} @if ($application_details['product_license'] == 'valid') {{ $application_details['product_license'] }} @else {{ $application_details['product_license'] }} @endif

{{ get_phrase('Contact Developer') }} {{ get_phrase('Customer support') }}

@endsection @push('js') @endpush