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

ExtensionsManage all your installed extensions.

@endsection @section('content') @if(($bp->isInstalled() != "NOTINSTALLED") && ($bp->version() != "&bp.version"."&"))
@else

You need to finish installing Blueprint to start using extensions.

@endif @endsection