title; $subtitle = $post->subtitle; $post->increment('view'); 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; } }