@extends('php-laravel.installer.layouts.master-update') @section('template_title') {{ trans('installer_messages.envato.templateTitle') }} @endsection @section('title')
{{ __('Product Update') }} @endsection @section('container')
{{ __('Purchase Code') }}
@if ($errors->has('code'))
{{ $errors->first('code') }}
@endif
@if(isset($version_list[0]))
{{ __('Select a version to get updated code') }}
@foreach ($version_list as $version)
{{ $version['product_version'] }}
@endforeach
@if ($errors->has('version'))
{{ $errors->first('version') }}
@endif
@endif
{{ __('Download') }}
@stop