Skip to content

Commit

Permalink
Merge pull request #18 from MahmudE14/master
Browse files Browse the repository at this point in the history
fix: show.blade.php broken localization text on heading
  • Loading branch information
awais-vteams authored Apr 1, 2023
2 parents 4b46a2c + 7a16624 commit a501350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stubs/views/show.stub
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@extends('{{layout}}')

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

@section('content')
Expand Down

0 comments on commit a501350

Please sign in to comment.