Source

						public function index() {
		$tells = Tell::find('all');
		return compact('tells');
	}