diff --git a/src/stubs/views/show.stub b/src/stubs/views/show.stub index efad22d..d02a5d6 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')