title; $subtitle = $post->subtitle; return view('client.post',compact('area','post','title','subtitle')); } public function tag($slug){ $tag = Tag::where('slug->'.config('app.locale'),'like',$slug)->first(); return $tag; } }