@extends('installer::layouts.master') @section('page', __('Welcome')) @section('content')
@csrf

{{__('License Validation')}}
{{__('Something went wrong. :(')}}

@include('installer::includes.alerts')
{{__("Hi there, we encountered some error which requires you to validate your license once again.")}}
@endsection @push('js') @endpush