Skip to content

Commit a501350

Browse files
authored
Merge pull request #18 from MahmudE14/master
fix: show.blade.php broken localization text on heading
2 parents 4b46a2c + 7a16624 commit a501350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stubs/views/show.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@extends('{{layout}}')
22

33
@section('template_title')
4-
{{ ${{modelNameLowerCase}}->name ?? "{{ __('Show') {{modelTitle}}" }}
4+
{{ ${{modelNameLowerCase}}->name ?? __('Show') . " " . __('{{modelTitle}}') }}
55
@endsection
66

77
@section('content')

0 commit comments

Comments
 (0)