diff --git a/src/stubs/views/show.stub b/src/stubs/views/show.stub index d02a5d6..6141ce0 100644 --- a/src/stubs/views/show.stub +++ b/src/stubs/views/show.stub @@ -1,7 +1,7 @@ @extends('{{layout}}') @section('template_title') - {{ ${{modelNameLowerCase}}->name ?? "{{ __('Show') {{modelTitle}}" }} + {{ ${{modelNameLowerCase}}->name ?? __('Show') . " " . __('{{modelTitle}}') }} @endsection @section('content')