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

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

@endsection @section('content') {{ $bp->serve() }} {{ $telemetry->send("SERVE_BLUEPRINT_ADMIN") }}

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 {{ $bp->version() }}@if($versionLatest != $bp->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