mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 10:08:05 +00:00
8 lines
No EOL
253 B
PHP
8 lines
No EOL
253 B
PHP
@hasSection('breadcrumb')
|
|
<nav aria-label="breadcrumb">
|
|
<ol class="breadcrumb">
|
|
<li class="breadcrumb-item"><a href="{{ route('account.dashboard') }}">Home</a></li>
|
|
@yield('breadcrumb')
|
|
</ol>
|
|
</nav>
|
|
@endif |