@extends('layouts.admin', ['header' => true, 'nav' => true, 'demo' => true])
@section('content')
{{-- Check update --}}
{{-- 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)
@endif
@endif
}})
{{-- Check response --}}
@if (isset($response))
{{-- Check regular license --}}
@if ($response['license'] == 'Regular License')
@endif
@if ($response['license'] == 'Extended License')
@endif
@endif
{{-- Footer --}}
@include('admin.includes.footer')
@endsection