We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9161c7c commit 90f0d85Copy full SHA for 90f0d85
src/resources/views/public/show.blade.php
@@ -1,6 +1,6 @@
1
@extends('core::public.master')
2
3
-@section('title', $model->title . ' – ' . trans('news::global.name') . ' – ' . $websiteTitle)
+@section('title', $model->title . ' – ' . trans('places::global.name') . ' – ' . $websiteTitle)
4
@section('ogTitle', $model->title)
5
@section('description', $model->summary)
6
@section('image', $model->present()->thumbUrl())
0 commit comments