aecfa5038d
Now a tag shows instead of just a small text.
19 lines
No EOL
594 B
PHP
19 lines
No EOL
594 B
PHP
@extends('layouts.admin')
|
|
|
|
@section('title')
|
|
Administration
|
|
@endsection
|
|
|
|
@section('content-header')
|
|
<img src="/assets/extensions/blueprint/logo.jpg" alt="logo" style="float:left;width:30px;height:30px;border-radius:3px;margin-right:5px;">
|
|
<h1 ext-title>Blueprint<tag mg-left blue>indev</tag></h1>
|
|
<ol class="breadcrumb">
|
|
<li><a href="{{ route('admin.index') }}">Admin</a></li>
|
|
<li><a href="{{ route('admin.extensions') }}">Extensions</a></li>
|
|
<li class="active">Blueprint</li>
|
|
</ol>
|
|
@endsection
|
|
|
|
@section('content')
|
|
<p>placeholder</p>
|
|
@endsection |