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

Extensions Manage and configure all of your installed extensions.

@endsection @section('content') @if(($PlaceholderService->installed() != "NOTINSTALLED") && ($PlaceholderService->version() != "::"."v"))
@else

You need to finish installing Blueprint to start using extensions.

@endif @endsection