2023-01-27 14:30:42 -05:00
|
|
|
@extends('layouts.admin')
|
|
|
|
|
|
|
|
@section('title')
|
|
|
|
Administration
|
|
|
|
@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-02-06 14:09:35 -05:00
|
|
|
<a href="{{ route('admin.extensions.blueprint') }}"><button class="btn btn-primary" style="width:100%;margin-bottom:25px;"><i class='bx bx-code' ></i> Blueprint <small>indev</small></button></a>
|
2023-01-28 15:00:36 -05:00
|
|
|
</div>
|
|
|
|
<!-- blueprint.replace -->
|
|
|
|
@endsection
|