@extends('installer.layouts.master') @section('template_title') {{ trans('installer.license.templateTitle') }} @endsection @section('title') {{ trans('installer.license.title') }} @endsection @section('container')
@if ($errors->has('license_key')) {{ $errors->first('license_key') }} @endif @if($errors->has('global')) {{ $errors->first('global') }} @endif
@endsection