@extends('layouts.admin') @section('title') Blueprint @endsection @section('content-header') logo

Blueprint{{ $bp->version() }}

@endsection @section('content')

Blueprint is the framework that drives all Blueprint-compatible extensions and allows multiple extensions to be installed at the same time.

Overview

You are currently using version {{ $bp->version() }}.

License

@if ($license)

Blueprint automatically detects and validates your license key. If any problems occur, we'll let you know here.

@else

Your license key could not be validated. This may happen when your panel loses connection to the internet or if our license server is down. You do not have to do anything, this will be solved automatically.

@endif @if ($bp->licenseIsBlacklisted())

Your license key is not valid. This may happen when you share your installation with others, receive a refund for your purchase or break our Terms of Service.

@endif

Configuration

licenseIsValid())readonly @endif/>

placeholder

licenseIsValid())readonly @endif/>

placeholder

licenseIsValid())readonly @endif/>

placeholder

@endsection