@extends('layouts.updatemaster') @section('title') {{ trans('Update version') }} {{$version}} @endsection @section('container')
@if ($errors->has('app_firstname')) {{ $errors->first('app_firstname') }} @endif
@if ($errors->has('app_lastname')) {{ $errors->first('app_lastname') }} @endif
@if ($errors->has('app_email')) {{ $errors->first('app_email') }} @endif
@if ($errors->has('envato_purchasecode')) {{ $errors->first('envato_purchasecode') }} @elseif($message = Session::get('error')) {{ trans($message) }} @endif
@endsection @section('scripts') @endsection