public function record($slug, Blog $blog) { $this->data['record'] = $blog->getRecordBySlug($slug); return view('blog.record', $this->data); }