firstOrFail(); $this->seo() ->setTitle($home->title) ->setDescription($home->excerpt()) ->addImages(array_map(static function($picture) { return asset($picture); }, $home->pictures)); return view('public.view', ['home' => $home]); } }