Using translatable text

parent 493f033d
......@@ -25,9 +25,9 @@
<div id="" class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
@if(isset($page))
<li class=""><a href="{{ $page->getEditUrl() }}">Edit page</a></li>
<li class=""><a href="{{ $page->getEditUrl() }}">{{ trans('page::pages.edit-page') }}</a></li>
@endif
<li class=""><a href="{{ route('dashboard.index') }}">Back to backend</a></li>
<li class=""><a href="{{ route('dashboard.index') }}">{{ trans('core::core.back to backend') }}</a></li>
</ul>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment