@extends('admin.admin_layouts') @section('styles') @endsection @section('breadcrumb')

{{ $pageTitle }}

@endsection @section('content') @include('admin.includes.update_info')
@include('admin.includes.setting_sidebar')
@php($envatoUpdateCompanySetting = \Froiden\Envato\Functions\EnvatoUpdate::companySetting()) @if(!is_null($envatoUpdateCompanySetting->supported_until))
@if(\Carbon\Carbon::parse($envatoUpdateCompanySetting->supported_until)->isPast())
Your support has been expired on {{\Carbon\Carbon::parse($envatoUpdateCompanySetting->supported_until)->format('d M, Y')}}
@else
@lang('module_settings.support')
@lang('module_settings.supportWillExpireOn') {{\Carbon\Carbon::parse($envatoUpdateCompanySetting->supported_until)->format('d M, Y')}}
@endif
@endif
@include('vendor.froiden-envato.update.version_info')
@if($settings->app_update)
@include('vendor.froiden-envato.update.update_blade')

@lang('messages.updateBackupNotice')

@lang('app.step2')
{{ csrf_field() }}
@lang('app.step3')
    @include('admin.settings.update-app.manual_files')
@endif
@endsection @section('scripts') @include('vendor.froiden-envato.update.update_script') @endsection