datatable.directory codebase
https://datatable.directory/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
314 B
14 lines
314 B
6 years ago
|
<li class="nav-item">
|
||
|
<a class="nav-link" href="{{ route('login') }}">
|
||
|
@icon(fa-sign-in pr-1)
|
||
|
{{ __('Login') }}
|
||
|
</a>
|
||
|
|
||
|
@if(config('app.allow_regs'))
|
||
|
<li class="nav-item">
|
||
|
<a class="nav-link" href="{{ route('register') }}">
|
||
|
@icon(fa-user-plus pr-1)
|
||
|
{{ __('Register') }}
|
||
|
</a>
|
||
|
@endif
|