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 fa9cc41 commit afb52b2Copy full SHA for afb52b2
views/templates/scaffold/show.blade.php
@@ -7,19 +7,19 @@
7
<div class="col-sm-6">
8
<h1>
9
@if($config->options->localized)
10
- {{ $config->modelNames->human }} Details
+@@lang('models/{!! $config->modelNames->camelPlural !!}.singular') @@lang('crud.detail')
11
@else
12
- @@lang('models/{!! $config->modelNames->camelPlural !!}.singular') @@lang('crud.detail')
+{{ $config->modelNames->human }} Details
13
@endif
14
</h1>
15
</div>
16
17
<a class="btn btn-default float-right"
18
href="@{{ route('{!! $config->prefixes->getRoutePrefixWith('.') !!}{!! $config->modelNames->camelPlural !!}.index') }}">
19
20
- Back
21
- @else
22
@@lang('crud.back')
+ @else
+ Back
23
24
</a>
25
0 commit comments