belongsTo(Movie::class, 'movie_id', 'movie_id'); } public function nowPlaying() { return $this->where('showing_start', '>=', now())->get(); } }