@extends('vendor.installer.layouts.master') @section('template_title') {{ trans('installer_messages.purchase-code.templateTitle') }} @endsection @section('title') {!! trans('installer_messages.purchase-code.title') !!} @endsection @section('container')
@if ($errors->has('purchase_code')) {{ $errors->first('purchase_code') }} @endif
@if ($errors->has('purchase_username')) {{ $errors->first('purchase_username') }} @endif
@endsection @section('scripts') @endsection