Skip to content

Commit

Permalink
Fix }}
Browse files Browse the repository at this point in the history
  • Loading branch information
mverarey committed Mar 15, 2023
1 parent e26fbf0 commit fee4a81
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 fee4a81

Please sign in to comment.