@extends('layouts.admin') @section('title') Blueprint @endsection @section('content-header') logo @if($ExtensionLibrary->dbGet("blueprint", "git-hint") != "0")

Contribute to the Blueprint framework through GitHub.

dbSet("blueprint", "git-hint", "0"); ?> @endif

Blueprintversion()) red @else blue @endif>{{ $PlaceholderService->version() }}

@endsection @section('content')

Blueprint is the framework that powers all Blueprint-compatible extensions, enabling multiple extensions to be installed and used simultaneously.

Overview

You are currently using version {{ $PlaceholderService->version() }}@if($LatestVersion != $PlaceholderService->version()) which is outdated. @else. @endif

Configuration

Automatically share anonymous usage data with Blueprint.

Randomly generated string with your version that is used as a panel identifier.

Enable or disable developer-oriented features.

@endsection