@extends('layouts.admin') @push('style') @endpush @section('content')
@if(getCustomerCurrentBuildVersion() == $latestBuildVersion)
{{ __("You have the latest version of this app.") }}
@endif
@if(getCustomerCurrentBuildVersion() < $latestBuildVersion) @endif @if(!is_null($mysql_version)) @endif
{{ __("System Details") }}
{{ __("Current Version") }} @if(getCustomerCurrentBuildVersion() == $latestBuildVersion) {{ get_option('current_version') }} @else {{ get_option('current_version') }} @endif
{{ __("Latest Version") }} {{ __("Download Latest") }} {{ $latestVersion }}
Laravel Version {{ app()->version() }}
{{ __("PHP Version") }} {{ phpversion() }}
{{ $databaseType }} {{ $mysql_version}}
@if(getCustomerCurrentBuildVersion() < $latestBuildVersion)
  1. {{ __("Do not click update button if the application is customised. Your changes will be lost") }}.
  2. {{ __("Take backup all the files and database before updating.") }}
{{-- --}} @if($uploadedFile != '') @endif
{{ __("Upload File") }}
{{ __("Upload Completed") }}
@if ($errors->has('update_file')) {{ $errors->first('update_file') }} @endif
{{ $uploadedFile }} {{ __("Delete") }} {{ __("Update") }}
@endif

{{ __('LMSZAI Official Addons') }}

@foreach ($addons as $addon)
{{ $addon->title }}

{!! $addon->details?->description !!}

@endforeach
@endsection @push('script') @endpush