@extends('layouts.app') @section('css') @endsection @section('page-header') @endsection @section('content')
@csrf

{{__('License Status') }}: @if ($notification) {{ __('Activated') }} @else {{ __('Not Activated') }}@endif

{{__('License Type') }}: {{ $type }}

@error('license')

{{ $errors->first('license') }}

@enderror
@error('username')

{{ $errors->first('username') }}

@enderror
@endsection @section('js') @endsection