We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14471cc commit f54e520Copy full SHA for f54e520
README.md
@@ -32,7 +32,12 @@ $ php artisan migrate
32
\[optional but recommended\] add a menu item to your `sidebar.blade.php`
33
34
``` html
35
-<li><a href="{{ url(config('webfactor.documents.backend.route_prefix').'/'.config('webfactor.documents.backend.route') }}"><i class="fa fa-file-o"></i> <span>trans('webfactor::entity_name_plural')</span></a></li>
+<li>
36
+ <a href="{{ url(config('webfactor.documents.backend.route_prefix').'/'.config('webfactor.documents.backend.route')) }}">
37
+ <i class="fa fa-file-o"></i>
38
+ <span>{{ trans('webfactor::documents.entity_name_plural') }}</span>
39
+ </a>
40
+</li>
41
```
42
43
## Usage
0 commit comments