flexisip-account-manager/flexiapi/resources/views/parts/breadcrumb.blade.php
Timothée Jaussoin f98df3f830 Add admin panel system
Add two commands RemoveUnconfirmedAccount and SetAccountAdmin
2020-09-14 11:24:59 +02:00

8 lines
No EOL
222 B
PHP

@hasSection('breadcrumb')
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="/">Home</a></li>
@yield('breadcrumb')
</ol>
</nav>
@endif