2023-01-27 14:30:42 -05:00
|
|
|
@extends('layouts.admin')
|
|
|
|
|
|
|
|
@section('title')
|
2023-02-19 13:30:47 -05:00
|
|
|
Extensions
|
2023-01-27 14:30:42 -05:00
|
|
|
@endsection
|
|
|
|
|
|
|
|
@section('content-header')
|
2023-01-28 14:12:52 -05:00
|
|
|
<h1>Extensions<small>Manage all your installed extensions.</small></h1>
|
2023-01-27 14:30:42 -05:00
|
|
|
<ol class="breadcrumb">
|
|
|
|
<li><a href="{{ route('admin.index') }}">Admin</a></li>
|
2023-01-28 14:12:52 -05:00
|
|
|
<li class="active">Extensions</li>
|
2023-01-27 14:30:42 -05:00
|
|
|
</ol>
|
|
|
|
@endsection
|
2023-01-28 15:00:36 -05:00
|
|
|
|
|
|
|
@section('content')
|
|
|
|
<div class="col-xs-6 col-sm-3 text-center">
|
2023-03-26 11:24:30 -04:00
|
|
|
<a href="{{ route('admin.extensions.blueprint.index') }}"><button class="btn btn-gray" style="width:100%;margin-bottom:17px;"><img src="/assets/extensions/blueprint/logo.jpg" alt="logo" class="img-btn"> Blueprint <small>{{ $bp->version() }}</small></button></a>
|
2023-01-28 15:00:36 -05:00
|
|
|
</div>
|
2023-03-26 11:24:30 -04:00
|
|
|
<!--␀replace␀-->
|
2023-01-28 15:00:36 -05:00
|
|
|
@endsection
|