75907bd5df
Changing all documentation is going to suck lmao
15 lines
540 B
PHP
15 lines
540 B
PHP
@extends('layouts.admin')
|
|
|
|
@section('title')
|
|
␀title␀
|
|
@endsection
|
|
|
|
@section('content-header')
|
|
<img src="␀icon␀" alt="logo" style="float:left;width:30px;height:30px;border-radius:3px;margin-right:5px;">
|
|
<!--websitecomment␀ <a href="␀website␀" target="_blank"><button class="btn btn-gray-alt pull-right"><i class="bx bx-globe"></i></button></a> ␀websitecomment-->
|
|
<h1 ext-title>␀name␀<tag mg-left blue>␀version␀</tag></h1>
|
|
|
|
@endsection
|
|
|
|
@section('content')
|
|
<p>␀description␀</p>
|