@extends('layouts.admin', ['header' => true, 'nav' => true, 'demo' => true]) @section('content')
{{-- Check update --}}
@csrf
{{-- License --}}

{{ __("Where is my purchase code?") }}

{{-- Check response --}} @if (isset($response))

{{ $response['version'] }}

{{ $response['message'] }}

@if ($response['update'] == true)

{!! $response['notes'] !!}

{{ __('IMPORTANT: Before starting this process, we recommend you to take a backup of your files.')}}

@endif
{{-- Check update --}} @if ($response['update'] == true)
@csrf
@endif
@endif
Piracy {{-- Check response --}} @if (isset($response)) {{-- Check regular license --}} @if ($response['license'] == 'Regular License') Upgrade to Extended License @endif @if ($response['license'] == 'Extended License') Get Support @endif @endif
{{-- Footer --}} @include('admin.includes.footer')
@endsection