@extends('vendor.installer.layouts.master') @section('template_title') {{ __('Verify Envato Purchase Code') }} @endsection @section('title') {{ __('Verify Envato Purchase Code') }} @endsection @section('container')
@if ($errors->has('purchase_code')) {{ $errors->first('purchase_code') }} @endif
@endsection