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

ExtensionsManage all your installed extensions.

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

You need to finish installing Blueprint to start using extensions.

@endif @endsection