@extends('php-laravel.installer.layouts.master-update') @section('template_title') {{ trans('installer_messages.envato.templateTitle') }} @endsection @section('title') {{ __('Product Update') }} @endsection @section('container')
@if ($errors->has('code')) {{ $errors->first('code') }} @endif
@if(isset($version_list[0]))
@if ($errors->has('version')) {{ $errors->first('version') }} @endif
@endif
@stop